mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 07:17:17 +00:00
PEP-561 complaint: add py.typed marker
This commit is contained in:
parent
1e0d1a5a32
commit
fde75a14c2
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