Skip to content

Commit

Permalink
Remove license from setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sirnacnud committed Aug 5, 2016
1 parent b2d13c6 commit 7758355
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
setup(
name = 'parse-schema-validator',
packages = ['parse-schema-validator'],
version = '1.0.0',
version = '1.0.1',
description = 'Tool for validating Parse classes on a Parse Server',
author = 'Duncan Cunningham',
author_email = '[email protected]',
license = "MIT",
url = 'https://github.com/sirnacnud/parse-schema-validator',
download_url = 'https://github.com/sirnacnud/parse-schema-validator/archive/1.0.0.tar.gz',
download_url = 'https://github.com/sirnacnud/parse-schema-validator/archive/1.0.1.tar.gz',
keywords = ['parse', 'schema', 'validator'],
classifiers = [],
data_files = [("", ["license"])]
)

0 comments on commit 7758355

Please sign in to comment.