diff options
author | Filipe Laíns <lains@archlinux.org> | 2020-08-07 02:07:46 +0100 |
---|---|---|
committer | Filipe Laíns <lains@archlinux.org> | 2020-08-07 02:20:11 +0100 |
commit | c5ce8425a59bf2cbc8029134b255d68b850086b2 (patch) | |
tree | 62b6e14f223f41138f110c1900049c28040b9324 /setup.cfg |
initial release
Signed-off-by: Filipe Laíns <lains@archlinux.org>
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 |