Make 'code' attribute really optional

This commit is contained in:
Andre Basche
2023-05-19 00:48:08 +02:00
parent dfbc24452b
commit 9f130e2e85
4 changed files with 3 additions and 4 deletions

View File

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