Browse Source

Include type stubs in package data (#424)

pull/426/head
Ryan Young 3 years ago committed by GitHub
parent
commit
836b729a20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      setup.py

3
setup.py

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

Loading…
Cancel
Save