D14250 broke the setup.py script and missed the needed update in MANIFEST.in
Fix it.
Differential D14258
[electrum] README.md follow-ups PiRK on Jul 12 2023, 10:05. Authored by Tags None Subscribers None
Details
D14250 broke the setup.py script and missed the needed update in MANIFEST.in Fix it. Make sure the setup.py script now works, build the source package and check that it contains README.md: cd electrum python setup.py --version contrib/build-linux/srcdist-docker/build.sh && tar tvf dist/ElectrumABC-5.2.5.tar.gz | grep README.md
Diff Detail
Event TimelineComment Actions I was thinking of this. For the setup breakage, simply running the test plan setup.py --version would be enough to check that no obvious error is introduced. |