python: Added py.typed file to indicate that package is typed

This commit is contained in:
igo95862 2021-06-20 18:18:58 +03:00
parent d9146de068
commit 9befa0ceae
2 changed files with 5 additions and 0 deletions

View File

View File

@ -60,4 +60,9 @@ setup(
'Natural Language :: English',
'Programming Language :: Python',
],
package_data={
'notcurses': [
'py.typed',
],
}
)