Raise error if missing token

This commit is contained in:
Andre Basche 2023-04-24 21:50:25 +02:00
parent 5db13a90e7
commit 7dcb34559b
2 changed files with 6 additions and 3 deletions

View file

@ -7,7 +7,7 @@ with open("README.md", "r") as f:
setup(
name="pyhOn",
version="0.9.0",
version="0.9.1",
author="Andre Basche",
description="Control hOn devices with python",
long_description=long_description,