declare Python 3 support in setup.py

This commit is contained in:
Mikhail Korobov 2016-03-01 16:34:13 +05:00 committed by Paul Tremberth
parent a83ea5d50b
commit 9a992cdfd7
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Application Frameworks',
'Topic :: Software Development :: Libraries :: Python Modules',