Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xerxes87 authored Aug 9, 2019
1 parent 8732f22 commit 173e03a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
long_description = fh.read()

setuptools.setup(
name="pyfujitseu",
version="0.9.2.7",
name="pyfujitsu",
version="0.9.0",
author="Mehdi Modarressi",
author_email="[email protected]",
maintainer="@xerxes87"
description="Python library to control Fujitsu General Airconditioners on AylaNetworks IoT platform",
long_description=long_description,
#long_description_content_type="text/markdown",
url="https://github.com/xerxes87/pyfujitseu",
url="https://github.com/Mmodarre/pyfujitsu",
packages=setuptools.find_packages(),
install_requires=['requests','certifi','chardet','idna','urllib3'] ,
classifiers=[
Expand Down

0 comments on commit 173e03a

Please sign in to comment.