summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
author?ric Araujo <merwok@netwok.org>2011-09-15 14:51:31 +0200
committer?ric Araujo <merwok@netwok.org>2011-09-15 14:51:31 +0200
commit81b386e735fd723a780521fdefd366f4d88bff21 (patch)
tree377999a70457017966323046f75d04368d926a55 /setup.cfg
parent6ad1438712d24566ee3e2fdfa8214d3bc63af2e6 (diff)
downloaddisutils2-81b386e735fd723a780521fdefd366f4d88bff21.tar.gz
Minor: reorganize sections and fields in setup.cfg
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg22
1 files changed, 12 insertions, 10 deletions
diff --git a/setup.cfg b/setup.cfg
index 6dfc23c..e8e7149 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,10 +1,3 @@
-[build_ext]
-# needed so that tests work without mucking with sys.path
-inplace = 1
-
-[upload_docs]
-upload-dir = docs/build/html
-
[metadata]
name = Distutils2
version = 1.0a3
@@ -13,6 +6,8 @@ description-file = README.txt
home-page = http://bitbucket.org/tarek/distutils2/wiki/Home
author = Tarek Ziade
author-email = tarek@ziade.org
+license = PSF
+keywords = packaging, distutils
classifier =
Development Status :: 3 - Alpha
Intended Audience :: Developers
@@ -23,8 +18,6 @@ classifier =
Topic :: System :: Archiving :: Packaging
Topic :: System :: Systems Administration
Topic :: Utilities
-license = PSF
-keywords = packaging,distutils
[files]
packages =
@@ -40,4 +33,13 @@ package_data =
distutils2._backport = sysconfig.cfg
distutils2.command = wininst*.exe
scripts =
- pysetup \ No newline at end of file
+ pysetup
+
+# TODO build hashlib for Python < 2.4
+
+[build_ext]
+# needed so that tests work without mucking with sys.path
+inplace = 1
+
+[upload_docs]
+upload-dir = docs/build/html