-
I often use poetry for dependency management only and constantly need to edit the default pyproject.toml file to reflect this. Is there a quick way to initialise a project with no README.md, no [build-system], and with "package mode = false"? Perhaps a new flag for "poetry init"? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
There is no flag, but a PR introducing a new flag for |
Beta Was this translation helpful? Give feedback.
-
Please build this lmao |
Beta Was this translation helpful? Give feedback.
-
Agreed this would be super convenient! |
Beta Was this translation helpful? Give feedback.
There is no flag, but a PR introducing a new flag for
poetry init
andpoetry new
is welcome.