Fix false name caused by chatgpt's wrong advice
This commit is contained in:
parent
eeb458cb1b
commit
2523069ce9
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -7,7 +7,7 @@ with open("README.md", "r", encoding="utf-8") as f:
|
|||
|
||||
setup(
|
||||
name="pyhOn",
|
||||
version="0.15.2",
|
||||
version="0.15.3",
|
||||
author="Andre Basche",
|
||||
description="Control hOn devices with python",
|
||||
long_description=long_description,
|
||||
|
@ -20,7 +20,7 @@ setup(
|
|||
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=[
|
||||
|
|
Loading…
Reference in a new issue