Remove py26 and py33 support from setup.cfg

This patch remove py26 and py33 support from setup.cfg.
Horizon doesn't support these version of python.

Change-Id: I0b9b6a7e42cf0ad8caf8879eb5d6b342b76e8abc
Closes-Bug: 1525786
This commit is contained in:
shu-mutou 2015-12-14 15:26:44 +09:00
parent 86283cd952
commit e7708854cc
1 changed files with 0 additions and 2 deletions

View File

@ -16,9 +16,7 @@ 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
Programming Language :: Python :: 3.4
[files]