mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 11:13:34 +00:00
parent
23e51a8686
commit
c9662fcb7b
@ -1,8 +1,12 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.2.4.2 (2017-04-08)
|
||||||
|
--------------------
|
||||||
|
- Add installation requirement for future package. [Teemu Rytilahti]
|
||||||
|
|
||||||
0.2.4.1 (2017-03-26)
|
0.2.4.1 (2017-03-26)
|
||||||
------------
|
--------------------
|
||||||
- Cli: display an error if no ip is given. [Teemu Rytilahti]
|
- Cli: display an error if no ip is given. [Teemu Rytilahti]
|
||||||
|
|
||||||
|
|
||||||
|
4
setup.py
4
setup.py
@ -1,14 +1,14 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
setup(name='pyHS100',
|
setup(name='pyHS100',
|
||||||
version='0.2.4.1',
|
version='0.2.4.2',
|
||||||
description='Interface for TPLink HS100 Smart Plugs.',
|
description='Interface for TPLink HS100 Smart Plugs.',
|
||||||
url='https://github.com/GadgetReactor/pyHS100',
|
url='https://github.com/GadgetReactor/pyHS100',
|
||||||
author='Sean Seah (GadgetReactor)',
|
author='Sean Seah (GadgetReactor)',
|
||||||
author_email='sean@gadgetreactor.com',
|
author_email='sean@gadgetreactor.com',
|
||||||
license='GPLv3',
|
license='GPLv3',
|
||||||
packages=['pyHS100'],
|
packages=['pyHS100'],
|
||||||
install_requires=['click', 'click-datetime'],
|
install_requires=['click', 'click-datetime', 'future'],
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'pyhs100=pyHS100.cli:cli',
|
'pyhs100=pyHS100.cli:cli',
|
||||||
|
Loading…
Reference in New Issue
Block a user