Add marker py.typed to root package bfxapi.

This commit is contained in:
Davide Casale
2024-06-26 21:34:03 +02:00
parent 74b6c770bf
commit c65ae2dafe
4 changed files with 4 additions and 2 deletions

0
bfxapi/py.typed Normal file
View File

Binary file not shown.

Binary file not shown.

View File

@@ -43,8 +43,10 @@ setup(
install_requires=[
"pyee~=9.0.4",
"websockets~=11.0.3",
"requests~=2.28.1",
"urllib3~=1.26.14",
"requests~=2.31.0",
"types-requests~=2.31.0.10",
"types-urllib3~=1.26.25.14",
],
python_requires=">=3.8",
package_data={"bfxapi": ["py.typed"]},
)