Skip to content

Commit

Permalink
Update Python versions classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
k4nar authored Oct 16, 2018
1 parent cfb440c commit 04af467
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@
zip_safe=False,
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"License :: OSI Approved :: Apache Software License"
],
install_requires=install_requires,
Expand Down

0 comments on commit 04af467

Please sign in to comment.