diff options
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..6b9ea38 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,19 @@ +[metadata] +name = ioctl +version = 0.1.0 +long_description = file: README.md +long_description_content_type = text/markdown +author = Filipe LaĆns +author_email = lains@archlinux.org +license = MIT +license_file = LICENSE +classifiers = + License :: OSI Approved :: MIT License + Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 +url = https://github.com/FFY00/python-ioctl + +[options] +packages = find: +python_requires = >=3.6, <4 |