Compare commits

...

3 Commits

Author SHA1 Message Date
e4dc3cb1d0 Next try to add py.typed in package 2023-07-24 01:47:45 +02:00
2523069ce9 Fix false name caused by chatgpt's wrong advice 2023-07-23 23:18:09 +02:00
eeb458cb1b Add py.typed into package 2023-07-23 22:54:46 +02:00
2 changed files with 2 additions and 1 deletions

1
MANIFEST.in Normal file
View File

@ -0,0 +1 @@
include pyhon/py.typed

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,