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 pyproject.toml file #5

Closed
midwatch opened this issue Jul 3, 2022 · 1 comment
Closed

Update pyproject.toml file #5

midwatch opened this issue Jul 3, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@midwatch
Copy link
Owner

midwatch commented Jul 3, 2022

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.core.masonry.api"

This enables installing in pip editable mode if you need that functionality.

python-poetry/poetry#5056 (comment)

@midwatch midwatch added the enhancement New feature or request label Jul 3, 2022
@midwatch
Copy link
Owner Author

midwatch commented Jul 8, 2022

Installing the package via pip -e . is a very rare use case and does not belong as part of the cookie cutter.

Add to notebook cheat sheet instead.

@midwatch midwatch closed this as completed Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant