Skip to content

Commit

Permalink
Minor: cleaned up classifiers in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonklo committed Oct 7, 2011
1 parent 3d7bf4d commit 9fc7a96
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions setup.py
Expand Up @@ -37,11 +37,12 @@ def publish():
install_requires=install_requires,
test_suite='tests',
classifiers = (
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Topic :: Software Development :: Libraries :: Python Modules",
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Topic :: Software Development :: Libraries :: Python Modules',
)
)

0 comments on commit 9fc7a96

Please sign in to comment.