mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
scripts directory included in dist but not in wheel. (#130)
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
include LICENSE
|
||||
include README.md
|
||||
|
||||
recursive-include scripts *
|
||||
recursive-include tests *
|
||||
|
||||
global-include *.pyi
|
||||
|
||||
2
setup.py
2
setup.py
@ -56,7 +56,7 @@ setup(
|
||||
license="MIT",
|
||||
zip_safe=False,
|
||||
keywords="ethereum",
|
||||
packages=find_packages(exclude=["tests", "tests.*"]),
|
||||
packages=find_packages(exclude=["scripts", "tests", "tests.*"]),
|
||||
package_data={"<MODULE_NAME>": ["py.typed"]},
|
||||
classifiers=[
|
||||
"Development Status :: 3 - Alpha",
|
||||
|
||||
Reference in New Issue
Block a user