Next try to add py.typed in package

This commit is contained in:
Andre Basche 2023-07-24 01:47:02 +02:00
parent 2523069ce9
commit e4dc3cb1d0
2 changed files with 2 additions and 2 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( setup(
name="pyhOn", name="pyhOn",
version="0.15.3", version="0.15.5",
author="Andre Basche", author="Andre Basche",
description="Control hOn devices with python", description="Control hOn devices with python",
long_description=long_description, long_description=long_description,
@ -20,7 +20,6 @@ setup(
platforms="any", platforms="any",
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,
package_data={"pyhon": ["py.typed"]},
python_requires=">=3.10", python_requires=">=3.10",
install_requires=["aiohttp==3.8.5", "typing-extensions==4.7.1"], install_requires=["aiohttp==3.8.5", "typing-extensions==4.7.1"],
classifiers=[ classifiers=[