ethereum / py-evm

A Python implementation of the Ethereum Virtual Machine
https://py-evm.readthedocs.io/en/latest/
MIT License
2.22k stars 637 forks source link

Exclude `scripts` from wheels #2170

Closed reedsa closed 2 months ago

reedsa commented 2 months ago

What was wrong?

Error importing when using pytest due to scripts being included as a package.

How was it fixed?

Exclude scripts when building the wheel (setup.py) Include scripts for the distribution (MANIFEST.in)

Todo:

Cute Animal Picture

Screen Shot 2024-04-16 at 11 04 05 AM