mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
python: Added py.typed file to indicate that package is typed
This commit is contained in:
parent
d9146de068
commit
9befa0ceae
0
python/notcurses/py.typed
Normal file
0
python/notcurses/py.typed
Normal file
@ -60,4 +60,9 @@ setup(
|
||||
'Natural Language :: English',
|
||||
'Programming Language :: Python',
|
||||
],
|
||||
package_data={
|
||||
'notcurses': [
|
||||
'py.typed',
|
||||
],
|
||||
}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user