fix typo, must be 'classifier' to appear on pypi.python.org
The classifier info does not appear on pypi.python.org because of the extra 's': https://pypi.python.org/pypi/python-jenkins Change-Id: Ifc58b8ded6ff8af077670051d7c3ca81fd7fc9f5
This commit is contained in:
@@ -8,10 +8,12 @@ maintainer_email = openstack@lists.launchpad.net
|
|||||||
description-file = README.rst
|
description-file = README.rst
|
||||||
license = BSD
|
license = BSD
|
||||||
home-page = http://git.openstack.org/cgit/stackforge/python-jenkins
|
home-page = http://git.openstack.org/cgit/stackforge/python-jenkins
|
||||||
classifiers =
|
classifier =
|
||||||
Environment :: Console
|
Topic :: Utilities
|
||||||
Intended Audience :: Developers
|
Intended Audience :: Developers
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
|
Intended Audience :: System Administrators
|
||||||
|
Environment :: Console
|
||||||
License :: OSI Approved :: BSD License
|
License :: OSI Approved :: BSD License
|
||||||
Operating System :: OS Independent
|
Operating System :: OS Independent
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
|
Reference in New Issue
Block a user