Skip to content
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

update python build to comply with PEP 660 #14809

Open
patrick-schultz opened this issue Feb 3, 2025 · 0 comments
Open

update python build to comply with PEP 660 #14809

patrick-schultz opened this issue Feb 3, 2025 · 0 comments

Comments

@patrick-schultz
Copy link
Collaborator

PEP 660 standardizes a method of installing editable python packages (meaning the package executes editable source files). pip is deprecating special handling of the old setuptools based method. See this issue for details. It looks like the setup.py method is still supported, it's just not automatically discovered. Now it requires something in the pyproject.toml specifying the desired "install editable" method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant