Merge pull request #3 from alexanderepstein/master

Fixing typo and making License a variable
This commit is contained in:
Kenneth Reitz 2017-08-28 21:52:55 -04:00 committed by GitHub
commit 9313e990a8

View File

@ -41,7 +41,7 @@ if sys.argv[-1] == "publish":
# Where the magic happens: # Where the magic happens:
setup( setup(
name=NAME', name=NAME,
version=about['__version__'], version=about['__version__'],
description=DESCRIPTION, description=DESCRIPTION,
long_description=long_description, long_description=long_description,