[issue11040] After registering a project to PyPI, classifiers fields aren't displayed.

Julien Miotte report at bugs.python.org
Fri Jan 28 12:31:29 CET 2011


New submission from Julien Miotte <miotte.julien at gmail.com>:

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.

----------
assignee: tarek
components: Distutils2
messages: 127285
nosy: Julien.Miotte, eric.araujo, tarek, tarek-ziade
priority: normal
severity: normal
status: open
title: After registering a project to PyPI, classifiers fields aren't displayed.
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11040>
_______________________________________


More information about the Python-bugs-list mailing list