summaryrefslogtreecommitdiff
path: root/distutils2/command
diff options
context:
space:
mode:
author?ric Araujo <merwok@netwok.org>2012-03-14 13:58:48 +0100
committer?ric Araujo <merwok@netwok.org>2012-03-14 13:58:48 +0100
commit1d494bc9cf8145ed663d32b7d5c6679424993ba2 (patch)
tree94b941d8b96287227b7cb0ded325f75c01ddb3a4 /distutils2/command
parenta2b5ba38c1dfcaef73f2cd7cb21d9f371a714992 (diff)
downloaddisutils2-1d494bc9cf8145ed663d32b7d5c6679424993ba2.tar.gz
Update list of Trove classifiers (these reproduce fast)
Diffstat (limited to 'distutils2/command')
-rw-r--r--distutils2/command/register.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/distutils2/command/register.py b/distutils2/command/register.py
index e00d574..dbe63ee 100644
--- a/distutils2/command/register.py
+++ b/distutils2/command/register.py
@@ -80,6 +80,7 @@ class register(Command):
def classifiers(self):
''' Fetch the list of classifiers from the server.
'''
+ # TODO use _trove module
response = urllib2.urlopen(self.repository+'?:action=list_classifiers')
logger.info(response.read())