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
self_schema.py
as per #173 (comment)
We need to build sdist on CI and include self_schema.py.
The text was updated successfully, but these errors were encountered:
@messense should we also add src/self_schema.py to MANIFEST.in?
src/self_schema.py
MANIFEST.in
Sorry, something went wrong.
MANIFEST.in is useless when not using setuptools or setuptools-rust(PyO3/maturin#554 (comment)).
setuptools
setuptools-rust
tool.maturin.sdist-include in pyproject.toml can be used if needed, see https://maturin.rs/distribution.html#source-distribution
tool.maturin.sdist-include
pyproject.toml
Successfully merging a pull request may close this issue.
as per #173 (comment)
We need to build sdist on CI and include
self_schema.py
.The text was updated successfully, but these errors were encountered: