Added a py.typed file in the chia directory for pep-561 compliance (#8014)

This commit is contained in:
Matt Hauff 2021-08-17 10:53:25 -07:00 committed by GitHub
parent 90313d9205
commit 1e18dc65fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

0
chia/py.typed Normal file
View File

View File

@ -106,7 +106,7 @@ kwargs = dict(
},
package_data={
"chia": ["pyinstaller.spec"],
"": ["*.clvm", "*.clvm.hex", "*.clib", "*.clinc", "*.clsp"],
"": ["*.clvm", "*.clvm.hex", "*.clib", "*.clinc", "*.clsp", "py.typed"],
"chia.util": ["initial-*.yaml", "english.txt"],
"chia.ssl": ["chia_ca.crt", "chia_ca.key", "dst_root_ca.pem"],
"mozilla-ca": ["cacert.pem"],