Skip to content

Commit

Permalink
Update pyproject.toml doc (#3957)
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jun 19, 2023
2 parents dd31db4 + 5ea21e5 commit 4a7c9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/pyproject_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Key Directive Notes
``version`` ``attr``, ``file``
``readme`` ``file`` Here you can also set ``"content-type"``:

``readme = {file = ["README", "USAGE"], content-type = "text/plain"}``
``readme = {file = ["README.txt", "USAGE.txt"], content-type = "text/plain"}``

If ``content-type`` is not given, ``"text/x-rst"`` is used by default.
``description`` ``file`` One-line text (no line breaks)
Expand Down

0 comments on commit 4a7c9c1

Please sign in to comment.