chore(api-client): mark package as typed
This commit is contained in:
parent
6a20a90255
commit
ccbf4fb020
2 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue