Improve cmd tool, write README

This commit is contained in:
Andre Basche
2023-03-04 21:27:10 +01:00
parent 22276832cd
commit 993a4c1d79
5 changed files with 80 additions and 21 deletions

View File

@ -7,12 +7,12 @@ with open("README.md", "r") as f:
setup(
name="pyhOn",
version="0.0.14",
version="0.2.0",
author="Andre Basche",
description="Control hOn devices with python",
long_description=long_description,
long_description_content_type='text/markdown',
url="https://github.com/Andre0512/pyhon",
url="https://github.com/Andre0512/pyh0n",
license="MIT",
platforms="any",
packages=find_packages(),