Skip to content

Commit f29c8ad

Browse files
authored
scripts directory included in dist but not in wheel. (#130)
1 parent 6a869e7 commit f29c8ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
include LICENSE
22
include README.md
33

4+
recursive-include scripts *
45
recursive-include tests *
56

67
global-include *.pyi

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=["tests", "tests.*"]),
59+
packages=find_packages(exclude=["scripts", "tests", "tests.*"]),
6060
package_data={"<MODULE_NAME>": ["py.typed"]},
6161
classifiers=[
6262
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)