Compare commits
No commits in common. "a08243f366689ffc2e980f4af0647944c212fd28" and "92951c3aad01a9d185ca18bb7be5f93ccd52bfaf" have entirely different histories.
a08243f366
...
92951c3aad
5
setup.py
5
setup.py
@ -9,9 +9,10 @@ VERSION = '1'
|
||||
AUTHOR = 'Thomas Klaehn'
|
||||
EMAIL = 'tkl@blackfinn.de'
|
||||
PACKAGES = ['weblight']
|
||||
SCRIPTS = ['start-weblight']
|
||||
REQUIRES = ['Flask', 'RPi.GPIO']
|
||||
|
||||
|
||||
setup(name=NAME, version=VERSION, long_description=__doc__, author=AUTHOR, author_email=EMAIL,
|
||||
packages=PACKAGES, include_package_data=True, zip_safe=False, install_requires=REQUIRES)
|
||||
|
||||
packages=PACKAGES, scripts=SCRIPTS, include_package_data=True, zip_safe=False,
|
||||
install_requires=REQUIRES)
|
||||
|
Loading…
Reference in New Issue
Block a user