Skip to content

Commit

Permalink
MAINT add Python 3.6 classifier in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve committed Feb 2, 2017
1 parent c48ea04 commit 53f8082
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def setup_package():
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
cmdclass=cmdclass,
**extra_setuptools_args)
Expand Down

0 comments on commit 53f8082

Please sign in to comment.