-
Notifications
You must be signed in to change notification settings - Fork 134
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
Flit core readme #614
Flit core readme #614
Conversation
When currently viewing the flit-core package on PyPI, no description is provided which is typically a marker of unmaintained or lower quality packages (though the description does reference the main package). Add the README.rst to the output and link to the project documentation.
@@ -1,6 +1,9 @@ | |||
flit_core | |||
--------- | |||
|
|||
This provides a PEP 517 build backend for packages using Flit. | |||
The only public interface is the API specified by PEP 517, at ``flit_core.buildapi``. | |||
This provides a `PEP 517 <https://peps.python.org/pep-0517/>`_ build backend |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It now also covers PEP 660, which is an extension of the spec. @pradyunsg I don't think we yet have a generic reference page for the build system API specified by these two PEPs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a WIP: pypa/packaging.python.org#1111
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, then I'll leave this for now and we can remember to change it when that page is ready.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I'll leave this as is for now then, and we can update it when that page is ready.
Close-reopen to test with the CI fix in #615. |
Thanks @scdub ! |
Provide additional context for flit-core, fixes #612.