Browse Source

Updated trove classifiers to specify Python 3

pull/8/head
Jason R. Coombs 13 years ago
parent
commit
8de336558d
  1. 4
      setup.py

4
setup.py

@ -41,7 +41,9 @@ setup_params = dict(
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Python",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
],
entry_points = {

Loading…
Cancel
Save