Skip to content

Commit 8cb2a3d

Browse files
authored
Merge pull request #69 from lucaswiman/master
Update trove classifiers for python 3.
2 parents feb7626 + 3d6084d commit 8cb2a3d

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)