Skip to content

Commit

Permalink
fixed missing content of build package
Browse files Browse the repository at this point in the history
incremented version to 0.2.7
  • Loading branch information
Wolfgang Malgadey committed Nov 24, 2018
1 parent 3d4de71 commit 79a5dfd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
here = lambda *a: os.path.join(os.path.dirname(__file__), *a)

try:
from setuptools import setup
from setuptools import setup, find_packages
except ImportError:
from distutils.core import setup

Expand All @@ -19,7 +19,7 @@
requirements = [x.strip() for x in open(here('requirements.txt')).readlines()]

setup(name='python-tado',
version='0.2.6',
version='0.2.7',
description='PyTado from chrism0dwk, modfied by w.malgadey',
long_description=readme,
keywords='tado',
Expand All @@ -30,6 +30,7 @@
license="GPL3",
zip_safe=False,
platforms=["any"],
packages=find_packages(),
classifiers=[
'Development Status :: 3 - Alpha',
'Topic :: Home Automation',
Expand Down

0 comments on commit 79a5dfd

Please sign in to comment.