chore(api-client): mark package as typed

This commit is contained in:
jo 2022-08-09 14:42:43 +02:00 committed by Kyle Robbertze
parent 6a20a90255
commit ccbf4fb020
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
# Marker file for PEP 561.

View File

@ -13,6 +13,7 @@ setup(
},
license="AGPLv3",
packages=find_packages(exclude=["*tests*", "*fixtures*"]),
package_data={"": ["py.typed"]},
python_requires=">=3.6",
install_requires=[
"python-dateutil>=2.8.1,<2.9",