From baf8b685dc5f5b2d0c780a26ed227217496a8f29 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 22 Oct 2012 18:30:34 -0400 Subject: [PATCH] Add OpenStack trove classifier for PyPI Add trove classifier to have horizon listed among the other OpenStack-related projets on PyPI. Change-Id: I70a2b3dedf437fbfd03d4c2d605af6d6c2ef98c6 Signed-off-by: Doug Hellmann --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b40a272034..d75512eb21 100755 --- a/setup.py +++ b/setup.py @@ -102,5 +102,6 @@ setup(name="horizon", 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', 'Programming Language :: Python', - 'Topic :: Internet :: WWW/HTTP'] + 'Topic :: Internet :: WWW/HTTP', + 'Environment :: OpenStack'] )