Skip to content

Commit b87ee6a

Browse files
committed
Successfully unmark scripts as a package for wheels
1 parent f29c8ad commit b87ee6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
license="MIT",
5757
zip_safe=False,
5858
keywords="ethereum",
59-
packages=find_packages(exclude=["scripts", "tests", "tests.*"]),
59+
packages=find_packages(exclude=["scripts", "scripts.*", "tests", "tests.*"]),
6060
package_data={"<MODULE_NAME>": ["py.typed"]},
6161
classifiers=[
6262
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)