1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
[metadata]
name = pyudev
author = Sebastian Wiesner
author_email = lunaryorn@gmail.com
url = http://github.com/pyudev/pyudev
description = A libudev binding
license = LGPL 2.1+
long_description = file: README.rst
long_description_content_type = text/x-rst
version = attr: pyudev.version.__version__
platforms =
Linux
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Software Development :: Libraries
Topic :: System :: Hardware
Topic :: System :: Operating System Kernels :: Linux
[options]
python_requires = >=3.9
package_dir =
=src
packages =
pyudev
pyudev._ctypeslib
pyudev.device
pyudev._os
[egg_info]
tag_build =
tag_date = 0
|