Skip to content

Commit

Permalink
Next try to add py.typed in package
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre0512 committed Jul 23, 2023
1 parent 2523069 commit e4dc3cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include pyhon/py.typed
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="pyhOn",
version="0.15.3",
version="0.15.5",
author="Andre Basche",
description="Control hOn devices with python",
long_description=long_description,
Expand All @@ -20,7 +20,6 @@
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=[
Expand Down

0 comments on commit e4dc3cb

Please sign in to comment.