Browse Source

Updated Trove classifiers to match sourceforge

pull/8/head
jaraco 15 years ago
parent
commit
3e2289f1f3
  1. 5
      setup.py

5
setup.py

@ -23,10 +23,11 @@ setup(name = "svg.charts",
license = "MIT", license = "MIT",
classifiers = [ classifiers = [
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers", "Intended Audience :: by End-User Class :: Developers",
"Intended Audience :: Science/Research", "Intended Audience :: by Industry or Sector :: Science/Research",
"Programming Language :: Python", "Programming Language :: Python",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Topic :: Multimedia :: Graphics :: Presentation",
], ],
entry_points = { entry_points = {
}, },

Loading…
Cancel
Save