Add some missing files to the sdist.

This commit is contained in:
Richard Kiss 2021-03-18 12:44:39 -07:00 committed by Justin England
parent de89254d98
commit f6cd947da2
2 changed files with 6 additions and 1 deletions

View File

@ -27,6 +27,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: recursive
- uses: actions/setup-python@v2
name: Install Python

View File

@ -64,18 +64,21 @@ kwargs = dict(
"src.farmer",
"src.harvester",
"src.introducer",
"src.plotting",
"src.protocols",
"src.rpc",
"src.server",
"src.simulator",
"src.types.blockchain_format",
"src.types",
"src.util",
"src.wallet",
"src.wallet.puzzles",
"src.wallet.rl_wallet",
"src.wallet.cc_wallet",
"src.wallet.util",
"src.wallet.settings",
"src.wallet.trading",
"src.wallet.util",
"src.ssl",
"mozilla-ca",
],
@ -93,6 +96,7 @@ kwargs = dict(
]
},
package_data={
"src.wallet.puzzles": ["*.clvm", "*.clvm.hex"],
"src.util": ["initial-*.yaml", "english.txt"],
"src.ssl": ["chia_ca.crt", "chia_ca.key", "dst_root_ca.pem"],
"mozilla-ca": ["cacert.pem"],