[Distutils] PEP 345 - 3 new fields

Tarek Ziadé ziade.tarek at gmail.com
Sun Nov 22 23:52:11 CET 2009


Hello

As suggested in Catalog-SIG by some people, I would like to propose
the addition of three more fields for 1.2:

"Repository-URL"
    A string containing the URL for the package's repository.
   Example:
        http://svn.python.org/projects/python/trunk/

"Repository-Browse-URL"
     A string containing the URL for the package's browsable repository.
   Example:
      http://svn.python.org/view/python/trunk

"Bug-Tracker-URL"
   A string containing the URL for the package's bug tracker
   Example:
      http://bugs.python.org/


Any thoughts ?

Tarek


More information about the Distutils-SIG mailing list