File: setup.cfg

package info (click to toggle)
python-xlib 0.33-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,040 kB
  • sloc: python: 23,022; awk: 89; makefile: 60; sh: 10
file content (39 lines) | stat: -rw-r--r-- 1,219 bytes parent folder | download | duplicates (3)
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 = petli@ctrl-c.liu.se
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