Successfully unmark scripts as a package for wheels

This commit is contained in:
fselmo
2024-04-17 12:53:36 -06:00
parent f29c8ad8f0
commit b87ee6a4a9

View File

@ -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",