mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 15:40:54 +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",
|
license="MIT",
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
keywords="ethereum",
|
keywords="ethereum",
|
||||||
packages=find_packages(exclude=["scripts", "tests", "tests.*"]),
|
packages=find_packages(exclude=["scripts", "scripts.*", "tests", "tests.*"]),
|
||||||
package_data={"<MODULE_NAME>": ["py.typed"]},
|
package_data={"<MODULE_NAME>": ["py.typed"]},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
|
|||||||
Reference in New Issue
Block a user