Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/Pyhass/Pyhiveapi into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Khole Jones authored and Khole Jones committed Nov 20, 2024
2 parents 1841f5d + 4ec9612 commit 2db04bd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def requirements_from_file(filename="requirements_all.txt"):


setup(
version="0.5.15",
version="0.5.16",
package_data={"data": ["*.json"]},
include_package_data=True,
cmdclass={
Expand All @@ -27,8 +27,16 @@ def requirements_from_file(filename="requirements_all.txt"):
"/pyhiveapi/",
additional_replacements={
"apyhiveapi": "pyhiveapi",
"asyncio": "threading",
},
)
),
unasync.Rule(
"/apyhiveapi/api/",
"/pyhiveapi/api/",
additional_replacements={
"apyhiveapi": "pyhiveapi",
},
),
]
)
},
Expand Down

0 comments on commit 2db04bd

Please sign in to comment.