PEP-561 complaint: add py.typed marker

This commit is contained in:
Evgenii Alekseev 2023-04-17 18:56:38 +03:00
parent 31f47b8069
commit d59a0629c5
2 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ setup(
packages=find_packages("src"),
package_dir={"": "src"},
package_data={"": ["py.typed"]},
dependency_links=[
],

0
src/ahriman/py.typed Normal file
View File