forked from python-xlib/python-xlib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
39 lines (37 loc) · 1.19 KB
/
setup.cfg
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
39
[metadata]
name = python-xlib
version = attr: Xlib.__version_string__
description = Python X Library
long_description = file: README.rst
download_url = https://github.com/python-xlib/python-xlib/releases
url = https://github.com/python-xlib/python-xlib
license = LGPLv2+
author = Peter Liljenberg
author_email = [email protected]
keywords =
windows
x
x11
xlib
classifiers =
Development Status :: 5 - Production/Stable
Environment :: X11 Applications
Intended Audience :: Developers
License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Operating System :: OS Independent
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Libraries
Topic :: Software Development :: User Interfaces
[bdist_wheel]
universal = 1
# vim: list