From 9b747b879c2eeb6eabd7355154c1c1f5070e7e9f Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Tue, 5 Mar 2024 20:48:45 -0500 Subject: [PATCH] DOC: pyproject.toml is supported now [ci skip] --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 442c11c..739c22b 100644 --- a/README.rst +++ b/README.rst @@ -66,6 +66,10 @@ In either case, the plugin will automatically be registered for use with Usage ----- +Note: In lieu of ``setup.cfg``, ``pyproject.toml`` configuration is also +supported; where ``setup.cfg`` is mentioned below, replace the syntax +with TOML equivalent. + .. _setup: Setup and Configuration