Skip to content

Commit 9b72766

Browse files
author
Chris Wacek
committed
Still fixing license
1 parent d6d3fa8 commit 9b72766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ def parse_requirements(path):
6060
long_description = ''
6161

6262
setup(name='python_jsonschema_objects',
63-
version='0.0.10.post1',
63+
version='0.0.10.post2',
6464
description='An object wrapper for JSON Schema definitions',
6565
author='Chris Wacek',
6666
long_description=long_description,
67-
license="LICENSE",
67+
license="MIT",
6868
author_email='[email protected]',
6969
include_package_data=True,
7070
url='http://github.com/cwacek/python-jsonschema-objects',

0 commit comments

Comments
 (0)