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:31:29
SpamBayes Score 0.00033713182
Marked as misclassified No
Message-id <1296214289.89.0.718507704088.issue11040@psf.upfronthosting.co.za>
In-reply-to
Content
When I register a project with a setup.cfg with the following classifiers:

classifier =
    Development Status :: 3 - Alpha
    License :: OSI Approved :: GNU General Public License (GPL)
    Environment :: X11 Applications :: Qt

And using the command:
$ python -m distutils2.run register

I can't find the classifiers on the PyPI project page, althought they can be found in the PKG-INFO generated by the 'sdist' command.
History
Date User Action Args
2011-01-28 11:31:29Julien.Miottesetrecipients: + Julien.Miotte, tarek-ziade, tarek, eric.araujo
2011-01-28 11:31:29Julien.Miottesetmessageid: <1296214289.89.0.718507704088.issue11040@psf.upfronthosting.co.za>
2011-01-28 11:31:29Julien.Miottelinkissue11040 messages
2011-01-28 11:31:29Julien.Miottecreate