blob: 6b9ea381250548556b82f9828cad7fd3b6266581 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
|