Skip to content

Commit

Permalink
Fix false name caused by chatgpt's wrong advice
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre0512 committed Jul 23, 2023
1 parent eeb458c commit 2523069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 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.2",
version="0.15.3",
author="Andre Basche",
description="Control hOn devices with python",
long_description=long_description,
Expand All @@ -20,7 +20,7 @@
platforms="any",
packages=find_packages(),
include_package_data=True,
package_data={"pyhOn": ["py.typed"]},
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 2523069

Please sign in to comment.