[Python-checkins] distutils2: Minor: reorganize sections and fields in setup.cfg

eric.araujo python-checkins at python.org
Mon Sep 19 15:12:39 CEST 2011


http://hg.python.org/distutils2/rev/bb57064b93b6
changeset:   1146:bb57064b93b6
user:        Éric Araujo <merwok at netwok.org>
date:        Thu Sep 15 14:51:31 2011 +0200
summary:
  Minor: reorganize sections and fields in setup.cfg

files:
  setup.cfg |  22 ++++++++++++----------
  1 files changed, 12 insertions(+), 10 deletions(-)


diff --git a/setup.cfg b/setup.cfg
--- 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 @@
 home-page = http://bitbucket.org/tarek/distutils2/wiki/Home
 author = Tarek Ziade
 author-email = tarek at ziade.org
+license = PSF
+keywords = packaging, distutils
 classifier =
     Development Status :: 3 - Alpha
     Intended Audience :: Developers
@@ -23,8 +18,6 @@
     Topic :: System :: Archiving :: Packaging
     Topic :: System :: Systems Administration
     Topic :: Utilities
-license = PSF
-keywords = packaging,distutils
 
 [files]
 packages =
@@ -40,4 +33,13 @@
     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

-- 
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list