sdist build: (minor) exclude more stuff from tar.gz, rm git clean log
The `git clean --dry-run` became redundant with "fresh clone" builds. The new exclude in MANIFEST.in should not affect production builds (also due to fresh clone), but they are nice when building from dirty local dir.
This commit is contained in:
@@ -17,8 +17,11 @@ graft contrib/udev
|
||||
|
||||
exclude electrum/*.so
|
||||
exclude electrum/*.so.0
|
||||
exclude electrum/*.dll
|
||||
exclude electrum/*.dylib
|
||||
|
||||
global-exclude __pycache__
|
||||
global-exclude *.py[co~]
|
||||
global-exclude *.py.orig
|
||||
global-exclude *.py.rej
|
||||
global-exclude .git
|
||||
|
||||
Reference in New Issue
Block a user