specter-desktop/MANIFEST.in
k9ert ef364ce1bc
Chore: refurbish release infrastructure (#2198)
* change release infra

* syntax error

* fix buildscript (hopefully)

* fix pip generation too

* fix build (hopefully)

* fix bloated sdid (mainly MANIFEST.in)

* adjust tests, remove importlib_meta

* fix dependency issue in release jobs

* fix tests and remove pytest.ini entirely

* fix install_noded script

* fix test

* fix tests

* stupid versioin parsing does not work!

* try to fix version guessing

* and again
2023-02-15 14:58:33 +01:00

21 lines
No EOL
1.2 KiB
Text

recursive-include src/cryptoadvance/specter/templates *
recursive-include src/cryptoadvance/specter/static *
recursive-include src/*/specterext/*/templates *
recursive-include src/*/specterext/*/static *
recursive-include src/cryptoadvance/specter/services/templates *
recursive-include src/cryptoadvance/specter/services/static *
recursive-include src/cryptoadvance/specter/services/*/templates *
recursive-include src/cryptoadvance/specter/services/*/static *
recursive-include src/cryptoadvance/specter/translations/*/LC_MESSAGES *.mo
recursive-include src/cryptoadvance/specter/translations/*/LC_MESSAGES *.po
include requirements.txt
# just by using using `setuptools_scm` it modifies the way files are added to the sdist.
# This was a cause of major headache in order to avoid large binaries e.g. in
# `pyinstaller/bitcoind` to not be added. See also this
# [chapter](https://github.com/pypa/setuptools_scm/#file-finders-hook-makes-most-of-manifestin-unnecessary)
# ... which might make the above not necessary but the below very needed:
exclude .gitattributes .gitignore pyinstaller .pre-commit.config.yaml
prune pyinstaller/bitcoind
prune pyinstaller/torbrowser
prune .github