[Python-checkins] distutils2: added a dev note

tarek.ziade python-checkins at python.org
Thu May 20 00:47:15 CEST 2010


tarek.ziade pushed 7eff59171017 to distutils2:

http://hg.python.org/distutils2/rev/7eff59171017
changeset:   154:7eff59171017
tag:         tip
user:        Tarek Ziade <tarek at ziade.org>
date:        Thu May 20 00:47:06 2010 +0200
summary:     added a dev note
files:       src/distutils2/mkpkg.py

diff --git a/src/distutils2/mkpkg.py b/src/distutils2/mkpkg.py
--- a/src/distutils2/mkpkg.py
+++ b/src/distutils2/mkpkg.py
@@ -72,6 +72,8 @@
 ''',
 }
 
+# XXX this list should be asked at PyPI (it changes)
+# then cached, rather than hardcoded
 troveList = [
         'Development Status :: 1 - Planning',
         'Development Status :: 2 - Pre-Alpha',

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


More information about the Python-checkins mailing list