python-poetry/poetry

`poetry init --author` doesn't seem to allow multiple authors on Windows

Open

#8,864 opened on Jan 10, 2024

View on GitHub
 (3 comments) (2 reactions) (0 assignees)Python (2,200 forks)batch import
good first issuekind/feature

Repository metrics

Stars
 (29,268 stars)
PR merge metrics
 (Avg merge 17d 14h) (16 merged PRs in 30d)

Description

  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have searched the FAQ and general documentation and believe that my question is not already covered.

Feature Request

Hi all,

Been creating a couple scripts to spin up development environments automatically using poetry in the terminal.

Noticed that there is no --authors flag for poetry init and poetry init --author doesn't seem to accept lists no matter how I seem to input it, figured it'd be a pretty quick implementation to allow some sort of delimiter to input more than one author at a time or add any existing solutions to this issue into the docs.

All the best, Frankie

Contributor guide