From e4dc3cb1d0446cbe4d1ece699ef1e90ffd27584d Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Mon, 24 Jul 2023 01:47:02 +0200 Subject: [PATCH] Next try to add py.typed in package --- MANIFEST.in | 1 + setup.py | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..035f5c7 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include pyhon/py.typed diff --git a/setup.py b/setup.py index a17bc25..2735f63 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r", encoding="utf-8") as f: setup( name="pyhOn", - version="0.15.3", + version="0.15.5", author="Andre Basche", description="Control hOn devices with python", long_description=long_description, @@ -20,7 +20,6 @@ setup( platforms="any", packages=find_packages(), include_package_data=True, - package_data={"pyhon": ["py.typed"]}, python_requires=">=3.10", install_requires=["aiohttp==3.8.5", "typing-extensions==4.7.1"], classifiers=[