Add py.typed
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
afaee7e7ec
commit
93c03c2b7e
2 changed files with 1 additions and 1 deletions
0
poezio/py.typed
Normal file
0
poezio/py.typed
Normal file
2
setup.py
2
setup.py
|
@ -152,7 +152,7 @@ setup(
|
|||
package_dir={'poezio': 'poezio',
|
||||
'poezio_plugins': 'plugins',
|
||||
'poezio_themes': 'data/themes'},
|
||||
package_data={'poezio': ['default_config.cfg']},
|
||||
package_data={'poezio': ['default_config.cfg', 'py.typed']},
|
||||
scripts=['scripts/poezio_logs'],
|
||||
entry_points={'console_scripts': ['poezio = poezio.__main__:run']},
|
||||
data_files=([
|
||||
|
|
Loading…
Reference in a new issue