Skip to content

Commit

Permalink
Missing generic python classifiers in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gwasser committed Sep 14, 2017
1 parent 335e1db commit 1b8a230
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ def get_requirements():
classifiers=[
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit 1b8a230

Please sign in to comment.