mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
PEP-561 complaint: add py.typed marker
This commit is contained in:
parent
31f47b8069
commit
d59a0629c5
1
setup.py
1
setup.py
@ -25,6 +25,7 @@ setup(
|
|||||||
|
|
||||||
packages=find_packages("src"),
|
packages=find_packages("src"),
|
||||||
package_dir={"": "src"},
|
package_dir={"": "src"},
|
||||||
|
package_data={"": ["py.typed"]},
|
||||||
|
|
||||||
dependency_links=[
|
dependency_links=[
|
||||||
],
|
],
|
||||||
|
0
src/ahriman/py.typed
Normal file
0
src/ahriman/py.typed
Normal file
Loading…
Reference in New Issue
Block a user