Skip to content

Commit

Permalink
Clarify pyproject.toml configuration (#63)
Browse files Browse the repository at this point in the history
Add info on the assumed configuration section and the fact that the `toml` library needs to be installed.

Co-authored-by: Sorin Sbarnea <ssbarnea@redhat.com>
  • Loading branch information
felix-hilden and ssbarnea committed Sep 27, 2021
1 parent 5684ba8 commit 6d93e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -101,7 +101,7 @@ instead.
* ``$CWD/tox.ini``
* ``$CWD/pep8.ini``
* ``$CWD/setup.cfg``
* ``$CWD/pyproject.toml``
* ``$CWD/pyproject.toml`` in section ``[tool.doc8]`` if ``toml`` is installed

An example section that can be placed into one of these files::

Expand Down

0 comments on commit 6d93e18

Please sign in to comment.