From 8f44c3933e4c91146f3027bf1a40bc708efbe601 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 23 Oct 2012 11:25:18 -0400 Subject: Add trove classifiers for PyPI Add classifiers so we can eventually register the project on PyPI to reserve the name, even though we won't release packages there. Change-Id: I9ef676ffd4a84cb149d7f5b6998c16c46e4181b8 Signed-off-by: Doug Hellmann --- setup.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 310723cde..34cd6d9fd 100644 --- a/setup.py +++ b/setup.py @@ -44,4 +44,14 @@ setup(name='keystone', install_requires=requires, dependency_links=depend_links, test_suite='nose.collector', + classifiers=[ + 'Environment :: OpenStack', + 'Intended Audience :: Information Technology', + 'Intended Audience :: System Administrators', + 'License :: OSI Approved :: Apache Software License', + 'Operating System :: POSIX :: Linux', + 'Programming Language :: Python', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.7', + ], ) -- cgit v1.2.1