-
Notifications
You must be signed in to change notification settings - Fork 0
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
Look into Poetry #12
Comments
IMO, if you want Poetry-like features, you can use PDM, which doesn't require you use a special backend - you can continue to use the excellent hatchling backend. Poetry would be a big step backward in standards support. FYI, https://github.com/scientific-python/cookie supports twelve backends, so multiple backends isn't impossible. :) |
Thanks a lot for the suggestion! |
I'm not sure if Poetry would be a good fit for this template, but it'd be interesting to take a better look into it.
https://python-poetry.org/docs/basic-usage/
Ensure the following work with Poetry:
poetry config virtualenvs.in-project
Wishlist
The text was updated successfully, but these errors were encountered: