Make 'code' attribute optional, fix hon#51

This commit is contained in:
Andre Basche 2023-05-16 20:44:48 +02:00
parent b5af81b744
commit af4fbdd8cd
3 changed files with 17 additions and 8 deletions

View file

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