Commit b5279e02 by finswimmer Committed by Steph Samson

add options to `poetry new` docs

parent b4f13de7
...@@ -97,6 +97,13 @@ my-package ...@@ -97,6 +97,13 @@ my-package
└── __init__.py └── __init__.py
``` ```
### Options
* `--name`: Set the resulting package name.
* `--src`: Use the src layout for the project.
* `--readme`: Specify the readme file format. One of `md` (default) or `rst`.
## init ## init
This command will help you create a `pyproject.toml` file interactively This command will help you create a `pyproject.toml` file interactively
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment