Skip to content

Commit

Permalink
Merge pull request #684 from jdufresne/classifiers
Browse files Browse the repository at this point in the history
Add trove classifiers for all supported Python versions
  • Loading branch information
bmihelac committed Nov 24, 2017
2 parents f47173b + 0d3481a commit 70b29bf
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 @@ -13,10 +13,15 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Topic :: Software Development',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development',
]

install_requires = [
Expand Down

0 comments on commit 70b29bf

Please sign in to comment.