-
-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
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
Publishing README to PyPI #552
Comments
#465 PEP 621 support is not implemented yet, but you can specific readme in Cargo.toml. |
Maybe "maturin supports building through pyproject.toml" in the README should be rephrased then? It gave me the impression that |
I think that was talking about PEP 517. |
Sure, but it's likely still going to be unclear to some part of the audience. |
Yeah it was clear until pypa changed the meaning of pyproject.toml, now it can mean two different things with varying levels of support by various tools. I mean I'm happy about PEP 621, but we really lack good terms to describe parts of python packaging. We don't even have a name for the modern build system other than |
Please provide the following information:
python -V
): 3.9.2pip -V
): 21.1pyo3
,rust-cpython
orcffi
): pyo3cargo build
work? yes/
)? N/ANot sure if this a bug or feature request, but I would like to publish a README to my PyPI project. I tried adding a
pyproject.toml
file with, among other things, aproject.readme
key, but this did not seem to have any effect (neither did any of the other fields I set inpyproject.toml
, so maybe I'm doing something wrong).The text was updated successfully, but these errors were encountered: