Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

Commit

Permalink
Added some classifiers to setup.py and reverted license field back to
Browse files Browse the repository at this point in the history
the filename.
  • Loading branch information
isagalaev committed Oct 26, 2012
1 parent 4a07b20 commit 4283b1f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@
author_email = 'maniac@softwaremaniacs.org',
packages = ['ijson', 'ijson.backends'],
url = 'https://github.com/isagalaev/ijson',
license = open('LICENSE.txt').read(),
license = 'LICENSE.txt',
description = 'Iterative JSON parser with a standard Python iterator interface',
long_description = open('README.rst').read(),
classifiers = [
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Libraries :: Python Modules',
]
)

0 comments on commit 4283b1f

Please sign in to comment.