pypa / hatch

Modern, extensible Python project management

Home Page:https://hatch.pypa.io/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add more settings in interactive mode during project creation

Orkunnnn opened this issue · comments

Hi, can we add more settings when creating a new project with the command hatch new -i project-name? Currently it only asks for a description (https://github.com/pypa/hatch/blob/7c8dbbcf66299efe4039b9d7b1d02b17b707aab7/src/hatch/cli/new/__init__.py#L80C1-L83C27).
My suggestions which can be added in to interactive mode, are:

  • Author name
  • Author email
  • License

Since there is a project template config file. I think we don't need that option in interactive mode.