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/definingviews.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials/wiki/definingviews.rst') diff --git a/docs/tutorials/wiki/definingviews.rst b/docs/tutorials/wiki/definingviews.rst index 41d8c13a1..b0368bddf 100644 --- a/docs/tutorials/wiki/definingviews.rst +++ b/docs/tutorials/wiki/definingviews.rst @@ -34,7 +34,7 @@ The view code in our application will depend on a package which is not a depende The original "tutorial" application was generated by the cookiecutter. It does not know about our custom application requirements. -We need to add a dependency on the ``docutils`` package to our ``tutorial`` package's ``pyproject.toml`` file by assigning this dependency to the ``requires`` parameter in the ``setup()`` function. +We need to add a dependency on the ``docutils`` package to our ``tutorial`` package's ``pyproject.toml`` file by assigning this dependency to its ``dependencies`` stanza. Open ``pyproject.toml`` and edit it to look like the following: -- cgit v1.2.3