Skip to content

Commit

Permalink
Use Trove Classifiers to reflect supported Python versions in metadata.
Browse files Browse the repository at this point in the history
--HG--
extra : rebase_source : 553a99d9e182a030c2033a5f4dd0c2b67e0c2fbc
  • Loading branch information
jaraco committed Jun 1, 2013
1 parent d8f838e commit 90cb76e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@
classifiers=[
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries :: Python Modules",
"Development Status :: 5 - Stable",
"Intended Audience :: Developers",
"Programming Language :: JavaScript"
"Programming Language :: JavaScript",
],
options={'clean': {'all': 1}},
packages=["jsonpickle"],
Expand Down

0 comments on commit 90cb76e

Please sign in to comment.