We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d3fa8 commit 9b72766Copy full SHA for 9b72766
setup.py
@@ -60,11 +60,11 @@ def parse_requirements(path):
60
long_description = ''
61
62
setup(name='python_jsonschema_objects',
63
- version='0.0.10.post1',
+ version='0.0.10.post2',
64
description='An object wrapper for JSON Schema definitions',
65
author='Chris Wacek',
66
long_description=long_description,
67
- license="LICENSE",
+ license="MIT",
68
author_email='[email protected]',
69
include_package_data=True,
70
url='http://github.com/cwacek/python-jsonschema-objects',
0 commit comments