Skip to content

Commit

Permalink
update setup.py PyPI trove classifier section (scikit-learn#7197)
Browse files Browse the repository at this point in the history
* update pypi trove classifier section

* add 3.4 back
  • Loading branch information
rasbt authored and amueller committed Aug 22, 2016
1 parent 5c6409c commit 39a04f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ def setup_package():
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
cmdclass=cmdclass,
**extra_setuptools_args)
Expand Down

0 comments on commit 39a04f1

Please sign in to comment.