include py.typed for mypy

these builds are now available on
https://github.com/ankitects/anki-typecheck

The add-on docs will be updated shortly to provide info on
using the new hooks and type checking.
This commit is contained in:
Damien Elmes 2020-01-13 21:18:03 +10:00
parent 125d6f9d1d
commit 8946ad5483
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@ setuptools.setup(
url="https://apps.ankiweb.net",
packages=setuptools.find_packages(".", exclude=["tests"]),
license="License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
package_data={"anki": ["py.typed"]},
classifiers=[],
python_requires=">=3.7",
install_requires=[

View file

@ -34,6 +34,7 @@ setuptools.setup(
license="License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
classifiers=[],
python_requires=">=3.7",
package_data={"aqt": ["py.typed"]},
install_requires=[
"beautifulsoup4",
"requests",