Remove the 2.6 classifier

Octavia is only targeting 2.7 and newer so it shouldn't
have the 2.6 classifier listed in its setup.cfg file.

Change-Id: I68fce657362a54b1953183cd6191d90ffa4815ce
This commit is contained in:
Joshua Harlow 2015-03-03 14:28:31 -08:00
parent 662d648ded
commit 674072a2a1

View File

@ -16,7 +16,6 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
[build_sphinx]