Skip to content

Commit

Permalink
Add some missing files to the sdist.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkiss authored and justinengland committed Mar 24, 2021
1 parent de89254 commit f6cd947
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/upload-pypi-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: recursive

- uses: actions/setup-python@v2
name: Install Python
Expand Down
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,21 @@
"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",
],
Expand All @@ -93,6 +96,7 @@
]
},
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"],
Expand Down

0 comments on commit f6cd947

Please sign in to comment.