mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-15 12:08:59 +00:00
3f35475e7b
This enforces presence of the trezor-common submodule, copies coins.json to the package directory (from where we can install it with bdist) and if possible, regenerates protobuf messages. That currently doesn't work on Windows, because it's a shell script. Also it relies on presence of `protoc` protobuf compiler. Therefore the regeneration step is optional and converted protobuf messages should still be commited to this repo. coins.json, OTOH, is gitignored in trezorlib, and must be copied from trezor-common every time. This works because sdist includes the vendor directory.
20 lines
238 B
Plaintext
20 lines
238 B
Plaintext
.project
|
|
.pydevproject
|
|
MANIFEST
|
|
build/
|
|
dist/
|
|
python_trezor.egg-info/
|
|
trezor.egg-info/
|
|
*.pyc
|
|
*.bin
|
|
*.py.cache
|
|
distribute-*.egg
|
|
distribute-*.tar.gz
|
|
docs/_build
|
|
docs/.docs-build-environment
|
|
.tox/
|
|
.cache/
|
|
.pytest_cache/
|
|
|
|
trezorlib/coins.json
|