Compare commits

...

3 Commits

Author SHA1 Message Date
Andre Basche e4dc3cb1d0 Next try to add py.typed in package 2023-07-24 01:47:45 +02:00
Andre Basche 2523069ce9 Fix false name caused by chatgpt's wrong advice 2023-07-23 23:18:09 +02:00
Andre Basche eeb458cb1b Add py.typed into package 2023-07-23 22:54:46 +02:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
include pyhon/py.typed
+1 -1
View File
@@ -7,7 +7,7 @@ with open("README.md", "r", encoding="utf-8") as f:
setup(
name="pyhOn",
version="0.15.1",
version="0.15.5",
author="Andre Basche",
description="Control hOn devices with python",
long_description=long_description,