[Python-checkins] distutils2: project urls is a multiple field too

tarek.ziade python-checkins at python.org
Wed Mar 17 05:13:02 CET 2010


tarek.ziade pushed 6ed163e4b6ef to distutils2:

http://hg.python.org/distutils2/rev/6ed163e4b6ef
changeset:   81:6ed163e4b6ef
user:        Tarek Ziade <tarek at ziade.org>
date:        Wed Mar 17 00:12:23 2010 -0400
summary:     project urls is a multiple field too
files:       src/distutils2/metadata.py

diff --git a/src/distutils2/metadata.py b/src/distutils2/metadata.py
--- a/src/distutils2/metadata.py
+++ b/src/distutils2/metadata.py
@@ -151,7 +151,8 @@
 _VERSION_FIELDS = ('Version',)
 _LISTFIELDS = ('Platform', 'Classifier', 'Obsoletes',
         'Requires', 'Provides', 'Obsoletes-Dist',
-        'Provides-Dist', 'Requires-Dist', 'Requires-External')
+        'Provides-Dist', 'Requires-Dist', 'Requires-External',
+        'Project-URL')
 
 _ELEMENTSFIELD = ('Keywords',)
 

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


More information about the Python-checkins mailing list