Remove Python 2.6 classifier

We have decided to remove Python 2.6 support, this commit
removes Python 2.6 classifier before dropping any Python
2.6 support in code.

Change-Id: I162f4cfc48110d2e54bbfbec2746eb05b6254b0e
This commit is contained in:
ChangBo Guo(gcb) 2015-11-17 17:11:05 +08:00
parent 300c145762
commit c827041f76
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ classifiers =
Environment :: OpenStack
Programming Language :: Python
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Operating System :: OS Independent