explicitly state that we only support 2.7

This commit is contained in:
Maximilian Hils 2015-06-16 02:31:47 +02:00
parent bb206323ab
commit 9089226d66
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ setup(
"Operating System :: POSIX",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Internet",