Browse Source
linux sdist: try to exclude some more garbage files from release tarball
password_lineedit
SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
3 additions and
1 deletions
-
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 |
|
|
|