parent
92df28163f
commit
184cc272eb
5
setup.py
5
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue