This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Julien.Miotte
Recipients Julien.Miotte, eric.araujo, tarek, tarek-ziade
Date 2011-01-28.11:46:17
SpamBayes Score 0.07203324
Marked as misclassified No
Message-id <1296215178.29.0.349266521718.issue11042@psf.upfronthosting.co.za>
In-reply-to
Content
When adding project urls onto a PyPI project page using the following setup.cfg extract:

project_url =
    Source repository,https://github.com/mike-perdide/qGitFilterBranch

And then registering the project with:

python -m distutils2.run register

Causes a not-so-nice overhead to appear just above the project title.

Can be seen in http://pypi.python.org/pypi/qGitFilterBranch/0.9.
History
Date User Action Args
2011-01-28 11:46:18Julien.Miottesetrecipients: + Julien.Miotte, tarek-ziade, tarek, eric.araujo
2011-01-28 11:46:18Julien.Miottesetmessageid: <1296215178.29.0.349266521718.issue11042@psf.upfronthosting.co.za>
2011-01-28 11:46:17Julien.Miottelinkissue11042 messages
2011-01-28 11:46:17Julien.Miottecreate