Skip to content

Commit

Permalink
Add recommendation regarding PyPI friendly READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
s-spindler committed May 24, 2022
1 parent 546e8b7 commit ad75670
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ my-package

* `--name`: Set the resulting package name.
* `--src`: Use the src layout for the project.
* `--readme`: Specify the readme file extension. Default is `md`.
* `--readme`: Specify the readme file extension. Default is `md`. If you intend to publish to PyPI
keep the [recommendations for a PyPI-friendly README](https://packaging.python.org/en/latest/guides/making-a-pypi-friendly-readme/)
in mind.


## init
Expand Down

0 comments on commit ad75670

Please sign in to comment.