We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a package with single py file in package as pkg/__init__.py and mypyc compile it to pkg.$tag.so, but it's not included in wheel.
pkg/__init__.py
pkg.$tag.so
I'll need to add extra file to pkg dir, for example pkg/_util.py to make mypyc compile normal ${hash}__mypyc.$tag.so file and get included in wheel.
pkg/_util.py
${hash}__mypyc.$tag.so
example package: bangumi/wiki-parser-py@920c6e4
bgm_tv_wiki.cp310-win_amd64.pyd is not included
bgm_tv_wiki.cp310-win_amd64.pyd
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a package with single py file in package as
pkg/__init__.py
and mypyc compile it topkg.$tag.so
, but it's not included in wheel.I'll need to add extra file to pkg dir, for example
pkg/_util.py
to make mypyc compile normal${hash}__mypyc.$tag.so
file and get included in wheel.example package: bangumi/wiki-parser-py@920c6e4
bgm_tv_wiki.cp310-win_amd64.pyd
is not includedThe text was updated successfully, but these errors were encountered: