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

support build_wheel_for_editable #9

Merged
merged 3 commits into from
Dec 13, 2020
Merged

support build_wheel_for_editable #9

merged 3 commits into from
Dec 13, 2020

Conversation

dholth
Copy link
Owner

@dholth dholth commented Dec 13, 2020

Experimental PEP517-style editable installation support.

A stub module redirects imports to the source code.

Works with pypa/pip#8212

The current pypi enscons doesn't support this. You will need to build the enscons wheel, add that to PIP_FIND_LINKS, and then try pip install -e .

@dholth dholth marked this pull request as ready for review December 13, 2020 15:38
@dholth dholth merged commit e8cdd8c into master Dec 13, 2020
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

Successfully merging this pull request may close these issues.

None yet

1 participant