This repository has been archived by the owner on Mar 31, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
65 lines (62 loc) · 1.84 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[metadata]
name = Distutils2
version = 1.0a5.dev0
summary = Python Packaging Library
description-file = README.txt
home-page = http://wiki.python.org/moin/Distutils2
download-url = http://pypi.python.org/pypi/Distutils2
author = The Fellowship of the Packaging
author-email = [email protected]
# we set a custom license field in addition to the classifier below
# because the Python license is not just the PSF License
license = Python license
keywords = packaging, distutils
classifier =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: Python Software Foundation License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.5
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Archiving :: Packaging
Topic :: System :: Systems Administration
Topic :: Utilities
[files]
packages =
distutils2
distutils2.command
distutils2.compiler
distutils2.pypi
distutils2.tests
distutils2.tests.fixer
distutils2._backport
distutils2._backport.tests
package_data =
distutils2._backport = sysconfig.cfg
distutils2.command = wininst*.exe
distutils2.tests = xxmodule.c
scripts =
pysetup
extra_files =
README.txt
LICENSE.txt
CHANGES.txt
CONTRIBUTORS.txt
DEVNOTES.txt
setup.py
Makefile
runtests.py
check.sh
tests.sh
tox.ini
scan_pypi_versions.py
# TODO add all test data files
# FIXME cfg_to_args should support comments in multi-line fields
[build_ext]
# needed so that tests work without mucking with sys.path
inplace = 1