mirror of
https://github.com/caronc/apprise.git
synced 2025-08-19 04:47:20 +02:00
Include type stubs in package data (#424)
This commit is contained in:
3
setup.py
3
setup.py
@@ -89,6 +89,9 @@ setup(
|
|||||||
'assets/themes/default/*.ico',
|
'assets/themes/default/*.ico',
|
||||||
'i18n/*.py',
|
'i18n/*.py',
|
||||||
'i18n/*/LC_MESSAGES/*.mo',
|
'i18n/*/LC_MESSAGES/*.mo',
|
||||||
|
'py.typed',
|
||||||
|
'*.pyi',
|
||||||
|
'*/*.pyi'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
|
Reference in New Issue
Block a user