electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 4c6379a9365dfaeefe09ee2d52ee9332b9bf6129
parent dcd3d6c3d183a8efd9945b07986f41b9750dcb40
Author: SomberNight <somber.night@protonmail.com>
Date:   Mon, 28 Jan 2019 18:15:05 +0100

linux sdist: try to exclude some more garbage files from release tarball

Diffstat:
MMANIFEST.in | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/MANIFEST.in b/MANIFEST.in @@ -14,4 +14,6 @@ graft electrum prune electrum/tests global-exclude __pycache__ -global-exclude *.py[co] +global-exclude *.py[co~] +global-exclude *.py.orig +global-exclude *.py.rej