Skip to content

Commit

Permalink
Update trove classifiers for python 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Wiman committed Sep 14, 2016
1 parent feb7626 commit 3d6084d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ def run_tests(self):
'Intended Audience :: Developers',
'Operating System :: OS Independent',
'Programming Language :: Python',
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"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',
],
install_requires=install_requires,
Expand Down

0 comments on commit 3d6084d

Please sign in to comment.