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
Static metadata is now recommended. ref: https://packaging.python.org/tutorials/packaging-projects/#configuring-metadata
The text was updated successfully, but these errors were encountered:
I don't think that we can do that with Rust. It actually executes non-default Python code to call cargo/rust toolchain to compile Rust module.
Sorry, something went wrong.
Also, see https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html, but I don't think that we should move anywhere from setup.py-based installation for the time being.
We still need to use setup.py, but I feel setup.cfg is handy for some metadata like version or readme.
setup.py
setup.cfg
Then we also probably should add pypackage.toml with setuptools-rust/wheel dev dependencies written there.
pypackage.toml
No branches or pull requests
Static metadata is now recommended.
ref: https://packaging.python.org/tutorials/packaging-projects/#configuring-metadata
The text was updated successfully, but these errors were encountered: