mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42:23 -04:00
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:
parent
125d6f9d1d
commit
8946ad5483
2 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ setuptools.setup(
|
||||||
url="https://apps.ankiweb.net",
|
url="https://apps.ankiweb.net",
|
||||||
packages=setuptools.find_packages(".", exclude=["tests"]),
|
packages=setuptools.find_packages(".", exclude=["tests"]),
|
||||||
license="License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
license="License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
||||||
|
package_data={"anki": ["py.typed"]},
|
||||||
classifiers=[],
|
classifiers=[],
|
||||||
python_requires=">=3.7",
|
python_requires=">=3.7",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
|
|
@ -34,6 +34,7 @@ setuptools.setup(
|
||||||
license="License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
license="License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
||||||
classifiers=[],
|
classifiers=[],
|
||||||
python_requires=">=3.7",
|
python_requires=">=3.7",
|
||||||
|
package_data={"aqt": ["py.typed"]},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"beautifulsoup4",
|
"beautifulsoup4",
|
||||||
"requests",
|
"requests",
|
||||||
|
|
Loading…
Reference in a new issue