diff --git a/setup.py b/setup.py index 0af4507..b099e14 100644 --- a/setup.py +++ b/setup.py @@ -6,13 +6,12 @@ def parse_requirements(): raw_req = fap.read() fap.close() return raw_req.split('\n') - return ['jsonschema'] setuptools.setup( name='warlock', - version='0.6.0', - description='Python object model built on top of JSON schema', + version='0.7.0', + description='Python object model built on JSON schema and JSON patch.', author='Brian Waldon', author_email='bcwaldon@gmail.com', url='http://github.com/bcwaldon/warlock',