Skip to content

Commit

Permalink
add specific python version numbers to trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Aug 14, 2014
1 parent 5717eca commit 1bbc759
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
],
packages=find_packages(),
# This means, just install *everything* you see under zs/, even if it
Expand Down

0 comments on commit 1bbc759

Please sign in to comment.