remove python 2.6 trove classifier

OpenStack projects are no longer being tested under Python 2.6, so
remove the trove classifier implying that this project supports 2.6.

Change-Id: I1a8329a5c2c90900410dd4f48318b644edd9edc2
This commit is contained in:
Doug Hellmann 2015-12-23 01:31:11 +00:00 committed by venkatamahesh
parent 132330f75a
commit dd74960dc7
1 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
name = monasca-ui
summary = Monasca Plugin for Horizon
description-file = README.md
author = Hewlett-Packard
author = Hewlett-Packard
author-email = rob.raymond@hp.com
home-page = https://github.com/openstack/monasca-ui
classifier =
@ -14,12 +14,11 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
[files]
packages =
packages =
monitoring
[pbr]