mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Successfully unmark scripts as a package for wheels
This commit is contained in:
2
setup.py
2
setup.py
@ -56,7 +56,7 @@ setup(
|
||||
license="MIT",
|
||||
zip_safe=False,
|
||||
keywords="ethereum",
|
||||
packages=find_packages(exclude=["scripts", "tests", "tests.*"]),
|
||||
packages=find_packages(exclude=["scripts", "scripts.*", "tests", "tests.*"]),
|
||||
package_data={"<MODULE_NAME>": ["py.typed"]},
|
||||
classifiers=[
|
||||
"Development Status :: 3 - Alpha",
|
||||
|
||||
Reference in New Issue
Block a user