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

Document support for build_editable #790

Closed
dholth opened this issue Jun 18, 2024 · 1 comment
Closed

Document support for build_editable #790

dholth opened this issue Jun 18, 2024 · 1 comment

Comments

@dholth
Copy link
Member

dholth commented Jun 18, 2024

I noticed that PEP 517 editable wheels are supported in pypa/build; the relevant hooks support the same conventions as the sdist and wheel hooks. The docstrings should be updated to reflect this.

builder = ProjectBuilder(path, python_executable=python_executable)
editable_requirements = builder.get_requires_for_build("editable")
editable_file = builder.build("editable", output_directory)
@dholth
Copy link
Member Author

dholth commented Jun 18, 2024

Duplicate of #763

See also #500

@dholth dholth closed this as completed Jun 18, 2024
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