Skip to content

Commit ad5bd02

Browse files
committed
Add Python version trove classifiers
1 parent ed5dcd5 commit ad5bd02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ def read(*rnames):
3838
"License :: OSI Approved :: Apache Software License",
3939
"Operating System :: OS Independent",
4040
"Programming Language :: Python",
41+
"Programming Language :: Python :: 2",
42+
"Programming Language :: Python :: 2.7",
43+
"Programming Language :: Python :: 3",
44+
"Programming Language :: Python :: 3.5",
4145
"Topic :: Internet :: WWW/HTTP",
4246
"Topic :: Internet :: WWW/HTTP :: WSGI",
4347
"Topic :: Security",

0 commit comments

Comments
 (0)