Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Jan 10, 2024
1 parent a8d5b7e commit e07aa8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion move-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
set -vx

git mv tests/ chia/_tests/
find chia/_tests/ benchmarks/ -name '*.py' -exec sed -i -E 's/(from|import) tests/\1 chia._tests/' {} \;
find chia/_tests/ benchmarks/ tools/ -name '*.py' -exec sed -i -E 's/(from|import) tests/\1 chia._tests/' {} \;
python tools/manage_clvm.py build
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@
},
package_data={
"": ["*.clsp", "*.clsp.hex", "*.clvm", "*.clib", "py.typed"],
"chia._tests.cmds.wallet": ["test_offer.toffer"],
"chia._tests.util": ["clvm_generator.bin"],
"chia.util": ["initial-*.yaml", "english.txt"],
"chia.ssl": ["chia_ca.crt", "chia_ca.key", "dst_root_ca.pem"],
"mozilla-ca": ["cacert.pem"],
Expand Down

0 comments on commit e07aa8b

Please sign in to comment.