Skip to content

Commit

Permalink
Merge pull request testing-cabal#1 from mminer/master
Browse files Browse the repository at this point in the history
Add trove classifiers specifying Python 3 support
  • Loading branch information
rbtcollins committed Sep 19, 2014
2 parents 42e03ed + e91b691 commit cdeb596
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ def get_long_description():
'in the standard library'),
long_description=get_long_description(),
version=get_version(),
classifiers=["License :: OSI Approved :: MIT License"],
classifiers=[
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
],
packages=[
'extras',
'extras.tests',
Expand Down

0 comments on commit cdeb596

Please sign in to comment.