mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Merge pull request #53 from ethereum/export-type-annotations
Export type annotations to importing projects
This commit is contained in:
1
setup.py
1
setup.py
@ -64,6 +64,7 @@ setup(
|
|||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
keywords='ethereum',
|
keywords='ethereum',
|
||||||
packages=find_packages(exclude=["tests", "tests.*"]),
|
packages=find_packages(exclude=["tests", "tests.*"]),
|
||||||
|
package_data={'<MODULE_NAME>': ['py.typed']},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 3 - Alpha',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
|
|||||||
Reference in New Issue
Block a user