peps
peps copied to clipboard
PEP 723: Mark as final
- Documented: https://packaging.python.org/en/latest/specifications/inline-script-metadata/
- Implemented:
- Hatch: https://hatch.pypa.io/latest/how-to/run/python-scripts/
- pip-run: https://github.com/jaraco/pip-run/tree/v12.6.1#script-declared-dependencies
- [X] Final implementation has been merged (including tests and docs)
- [X] PEP matches the final implementation
- [ ] Any substantial changes since the accepted version approved by the SC/PEP delegate
- [X] Pull request title in appropriate format (
PEP 123: Mark Final) - [X]
Statuschanged toFinal(andPython-Versionis correct) - [ ] Canonical docs/spec linked with a
canonical-docdirective (orcanonical-pypa-specfor packaging PEPs, orcanonical-typing-specfor typing PEPs)
📚 Documentation preview 📚: https://pep-previews--3772.org.readthedocs.build/
Please copy the checklist at https://github.com/python/peps/blob/main/.github/PULL_REQUEST_TEMPLATE/Mark%20a%20PEP%20Final.md to the OP, and add the Sphinx directive for the banner link to the canonical docs.
Compare: https://peps.python.org/pep-0721/
And also delete the Content-Type: text/x-rst header, we don't need those any more.
Thank you!
https://github.com/pypa/packaging.python.org/pull/1544
Does everything look fine now?
It does, thank you!