Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Swamp-Ig committed Jun 15, 2019
1 parent fd96f1b commit 06735e0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,20 @@
description="A python interface to the iZone airconditioner controller",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
keywords=['iZone', 'IoT', ],
url="https://github.com/Swamp-Ig/pizone",
python_requires='~=3.5',
install_requires=['aiohttp>=3.4', 'netifaces'],
tests_require=['aiounittest'],
packages=find_packages(exclude=['tests', 'tests.*']),
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"License :: OSI Approved :: "
"GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
"Topic :: Home Automation",
"Topic :: System :: Hardware"
],
)

0 comments on commit 06735e0

Please sign in to comment.