]> mj.ucw.cz Git - osdd.git/blob - python-osd/setup.cfg
Python: Cleaned up the Python library
[osdd.git] / python-osd / setup.cfg
1 [metadata]
2 name = osd
3 version = 0.0.1
4 author = Jiri Kalvoda
5 author_email = jirikalvoda@kam.mff.cuni.cz
6 description = On-Screen Display Client
7 long_description_content_type = text/plain
8 classifiers =
9     Operating System :: OS Independent
10     Programming Language :: Python :: 3
11     Programming Language :: Python :: 3.7
12     Programming Language :: Python :: 3.8
13     Programming Language :: Python :: 3.9
14     Programming Language :: Python :: 3.10
15
16 [options]
17 packages = osd
18 python_requires = >=3.7
19 zip_safe = False
20 install_requires =
21     argparse >= 0.21
22     typing >= 3.0
23     python-xlib
24
25 [bdist_wheel]
26 universal = 1