Skip to content

Commit

Permalink
Update package metadata of supported versions to match .travis.yml (#328
Browse files Browse the repository at this point in the history
)

* Update package metadata of supported versionsn to match .travis.yml

* Fix linting.
  • Loading branch information
lucaswiman authored and mrocklin committed Oct 3, 2016
1 parent 068d1d9 commit 01a025c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,16 @@
package_data={'toolz': ['tests/*.py']},
long_description=(open('README.rst').read() if exists('README.rst')
else ''),
zip_safe=False)
zip_safe=False,
classifiers=[
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"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",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy"])

0 comments on commit 01a025c

Please sign in to comment.