chore(api-client): mark package as typed
This commit is contained in:
parent
6a20a90255
commit
ccbf4fb020
|
@ -0,0 +1 @@
|
||||||
|
# Marker file for PEP 561.
|
|
@ -13,6 +13,7 @@ setup(
|
||||||
},
|
},
|
||||||
license="AGPLv3",
|
license="AGPLv3",
|
||||||
packages=find_packages(exclude=["*tests*", "*fixtures*"]),
|
packages=find_packages(exclude=["*tests*", "*fixtures*"]),
|
||||||
|
package_data={"": ["py.typed"]},
|
||||||
python_requires=">=3.6",
|
python_requires=">=3.6",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"python-dateutil>=2.8.1,<2.9",
|
"python-dateutil>=2.8.1,<2.9",
|
||||||
|
|
Loading…
Reference in New Issue