2020-02-20 12:00:53 +00:00
|
|
|
recursive-include src/cryptoadvance/specter/templates *
|
|
|
|
|
recursive-include src/cryptoadvance/specter/static *
|
2022-03-21 11:21:36 +01:00
|
|
|
recursive-include src/*/specterext/*/templates *
|
|
|
|
|
recursive-include src/*/specterext/*/static *
|
2022-01-26 22:11:26 +01:00
|
|
|
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 *
|
2021-07-15 19:09:18 +02:00
|
|
|
recursive-include src/cryptoadvance/specter/translations/*/LC_MESSAGES *.mo
|
2021-09-14 16:12:17 +02:00
|
|
|
recursive-include src/cryptoadvance/specter/translations/*/LC_MESSAGES *.po
|
2020-02-20 12:00:53 +00:00
|
|
|
include requirements.txt
|
2023-02-15 14:58:33 +01:00
|
|
|
|
|
|
|
|
# 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
|
2023-02-27 17:07:24 +01:00
|
|
|
prune pyinstaller/tor
|
2023-02-15 14:58:33 +01:00
|
|
|
prune .github
|