1[metadata]
2name = python-xlib
3version = attr: Xlib.__version_string__
4description = Python X Library
5long_description = file: README.rst
6download_url = https://github.com/python-xlib/python-xlib/releases
7url = https://github.com/python-xlib/python-xlib
8license = LGPLv2+
9author = Peter Liljenberg
10author_email = petli@ctrl-c.liu.se
11keywords =
12	windows
13	x
14	x11
15	xlib
16classifiers =
17	Development Status :: 5 - Production/Stable
18	Environment :: X11 Applications
19	Intended Audience :: Developers
20	License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
21	Operating System :: OS Independent
22	Programming Language :: Python :: 2.7
23	Programming Language :: Python :: 3
24	Programming Language :: Python :: 3.3
25	Programming Language :: Python :: 3.4
26	Programming Language :: Python :: 3.5
27	Programming Language :: Python :: 3.5
28	Programming Language :: Python :: 3.6
29	Programming Language :: Python :: 3.7
30	Programming Language :: Python :: 3.8
31	Programming Language :: Python :: Implementation :: CPython
32	Topic :: Software Development :: Libraries :: Python Modules
33	Topic :: Software Development :: Libraries
34	Topic :: Software Development :: User Interfaces
35
36[bdist_wheel]
37universal = 1
38
39[egg_info]
40tag_build =
41tag_date = 0
42tag_svn_revision = 0
43
44