Expose settings

This commit is contained in:
Andre Basche 2023-02-18 22:25:51 +01:00
parent 984d1b91b7
commit 3efa2fd3f5
5 changed files with 105 additions and 15 deletions

View file

@ -6,8 +6,8 @@ with open("README.md", "r") as f:
long_description = f.read()
setup(
name="pyhon",
version="0.0.5",
name="pyhOn",
version="0.0.6",
author="Andre Basche",
description="Control hOn devices with python",
long_description=long_description,