From 60b4dc9e3c072dc01e5a11dedeae225f331a2980 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 7 Feb 2024 20:57:36 -0500 Subject: fix: remove stray mentions of 'setup.py' --- docs/tutorials/wiki/design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials/wiki/design.rst') diff --git a/docs/tutorials/wiki/design.rst b/docs/tutorials/wiki/design.rst index 5c86293f6..9c03d4bdc 100644 --- a/docs/tutorials/wiki/design.rst +++ b/docs/tutorials/wiki/design.rst @@ -12,7 +12,7 @@ Overall We choose to use :term:`reStructuredText` markup in the wiki text. Conversion from reStructuredText to HTML is provided by the widely used ``docutils`` Python module. -We will add this module in the dependency list on the project ``setup.py`` file. +We will add this module in the dependency list on the project's ``pyproject.toml`` file. Models -- cgit v1.2.3