mirror of
https://github.com/mjg59/python-broadlink.git
synced 2024-11-22 07:00:12 +01:00
Update setup.py
This commit is contained in:
parent
508b0563ed
commit
c9a1c106a7
4
setup.py
4
setup.py
@ -15,11 +15,11 @@ except ImportError as e:
|
|||||||
# For Hysen thermostatic heating controller
|
# For Hysen thermostatic heating controller
|
||||||
dynamic_requires.append('PyCRC')
|
dynamic_requires.append('PyCRC')
|
||||||
|
|
||||||
version = 0.10
|
version = '0.10'
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='broadlink',
|
name='broadlink',
|
||||||
version=0.10,
|
version=version,
|
||||||
author='Matthew Garrett',
|
author='Matthew Garrett',
|
||||||
author_email='mjg59@srcf.ucam.org',
|
author_email='mjg59@srcf.ucam.org',
|
||||||
url='http://github.com/mjg59/python-broadlink',
|
url='http://github.com/mjg59/python-broadlink',
|
||||||
|
Loading…
Reference in New Issue
Block a user