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:
setup(
name=NAME,
version='1.0.0',
version='1.0.2',
description=DESCRIPTION,
long_description=long_description,
author=AUTHOR,
author_email=EMAIL,
url=URL,
# If your package is a single module, use this instead of 'packages':
py_modules=['pinhook'],
packages=['pinhook'],
install_requires=REQUIRED,
include_package_data=True,
license='MIT',