Skip to content

Commit

Permalink
add future requirement (#47)
Browse files Browse the repository at this point in the history
bump the version & add future requirement
  • Loading branch information
rytilahti authored Apr 7, 2017
1 parent 23e51a8 commit c9662fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
Changelog
=========

0.2.4.2 (2017-04-08)
--------------------
- Add installation requirement for future package. [Teemu Rytilahti]

0.2.4.1 (2017-03-26)
------------
--------------------
- Cli: display an error if no ip is given. [Teemu Rytilahti]


Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from setuptools import setup

setup(name='pyHS100',
version='0.2.4.1',
version='0.2.4.2',
description='Interface for TPLink HS100 Smart Plugs.',
url='https://github.com/GadgetReactor/pyHS100',
author='Sean Seah (GadgetReactor)',
author_email='[email protected]',
license='GPLv3',
packages=['pyHS100'],
install_requires=['click', 'click-datetime'],
install_requires=['click', 'click-datetime', 'future'],
entry_points={
'console_scripts': [
'pyhs100=pyHS100.cli:cli',
Expand Down

0 comments on commit c9662fc

Please sign in to comment.