mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
I no longer trust pip to install packages from a requirements.txt file in the correct order. For reproducibility, let's install pip/setuptools/wheels/cython first. see https://github.com/pypa/pip/issues/2362#issuecomment-418423458 see #5859 and #6382
24 lines
566 B
Text
24 lines
566 B
Text
include LICENCE RELEASE-NOTES AUTHORS
|
|
include README.rst
|
|
include electrum.desktop
|
|
include *.py
|
|
include run_electrum
|
|
recursive-include packages *.py
|
|
recursive-include packages cacert.pem
|
|
|
|
include contrib/requirements/requirements*.txt
|
|
include contrib/deterministic-build/requirements*.txt
|
|
include contrib/make_libsecp256k1.sh
|
|
include contrib/build_tools_util.sh
|
|
|
|
graft electrum
|
|
prune electrum/tests
|
|
graft contrib/udev
|
|
|
|
exclude electrum/*.so
|
|
exclude electrum/*.so.0
|
|
|
|
global-exclude __pycache__
|
|
global-exclude *.py[co~]
|
|
global-exclude *.py.orig
|
|
global-exclude *.py.rej
|