Include type stubs in package data (#424)

This commit is contained in:
Ryan Young 2021-08-15 08:48:28 -07:00 committed by GitHub
parent 0007eade20
commit 836b729a20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,9 @@ setup(
'assets/themes/default/*.ico',
'i18n/*.py',
'i18n/*/LC_MESSAGES/*.mo',
'py.typed',
'*.pyi',
'*/*.pyi'
],
},
install_requires=install_requires,