From 762dbc93a03fb8147d06e7fe80de942009cdbb7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Hild=C3=A9n?= Date: Tue, 10 Aug 2021 14:44:56 +0300 Subject: [PATCH] Clarify pyproject.toml configuration Add info on the assumed configuration section and the fact that the `toml` library needs to be installed. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 944c9d9..0c3a85c 100644 --- a/README.rst +++ b/README.rst @@ -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::