Skip to content

Commit 3d6084d

Browse files
author
Lucas Wiman
committed
Update trove classifiers for python 3.
1 parent feb7626 commit 3d6084d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ def run_tests(self):
4848
'Intended Audience :: Developers',
4949
'Operating System :: OS Independent',
5050
'Programming Language :: Python',
51+
"Programming Language :: Python :: 2",
52+
"Programming Language :: Python :: 2.6",
53+
"Programming Language :: Python :: 2.7",
54+
"Programming Language :: Python :: 3",
55+
"Programming Language :: Python :: 3.3",
56+
"Programming Language :: Python :: 3.4",
57+
"Programming Language :: Python :: 3.5",
5158
'Topic :: Internet :: WWW/HTTP',
5259
],
5360
install_requires=install_requires,

0 commit comments

Comments
 (0)