Add py.typed
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
f932be5a4f
commit
9947fdbb2e
2 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -58,6 +58,7 @@ setup(
|
||||||
url='https://lab.louiz.org/poezio/slixmpp-omemo',
|
url='https://lab.louiz.org/poezio/slixmpp-omemo',
|
||||||
license='GPLv3',
|
license='GPLv3',
|
||||||
platforms=['any'],
|
platforms=['any'],
|
||||||
|
package_data={'slixmpp_omemo': ['py.typed']},
|
||||||
packages=['slixmpp_omemo'],
|
packages=['slixmpp_omemo'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'slixmpp>=1.8.0',
|
'slixmpp>=1.8.0',
|
||||||
|
|
0
slixmpp_omemo/py.typed
Normal file
0
slixmpp_omemo/py.typed
Normal file
Loading…
Reference in a new issue