fix issues uploading to pypi

pull/2/head v1.0.2
Mallory Hancock 2017-10-10 15:48:09 -07:00
parent 92df28163f
commit 184cc272eb
1 changed files with 2 additions and 3 deletions

View File

@ -72,14 +72,13 @@ class UploadCommand(Command):
# Where the magic happens: # Where the magic happens:
setup( setup(
name=NAME, name=NAME,
version='1.0.0', version='1.0.2',
description=DESCRIPTION, description=DESCRIPTION,
long_description=long_description, long_description=long_description,
author=AUTHOR, author=AUTHOR,
author_email=EMAIL, author_email=EMAIL,
url=URL, url=URL,
# If your package is a single module, use this instead of 'packages': packages=['pinhook'],
py_modules=['pinhook'],
install_requires=REQUIRED, install_requires=REQUIRED,
include_package_data=True, include_package_data=True,
license='MIT', license='MIT',