From 1fb9356cad64194f1836149ae6a3fc2dcfa82224 Mon Sep 17 00:00:00 2001 From: Reinout van Rees Date: Fri, 8 Mar 2024 15:45:34 +0100 Subject: [PATCH] Removed unneeded line (#3241) * Removed unneeded line I guess it's a copy/paste left-over from `meta_dir`. * Added towncrier doc The tests complained about the missing changelog, so I added it. I hope I got it right as I was a bit confused about the towncrier dir being empty apart from a template file. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update and rename 3241.doc to 3241.doc.rst --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- docs/changelog/3241.doc.rst | 1 + docs/config.rst | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 docs/changelog/3241.doc.rst diff --git a/docs/changelog/3241.doc.rst b/docs/changelog/3241.doc.rst new file mode 100644 index 000000000..d21e406b6 --- /dev/null +++ b/docs/changelog/3241.doc.rst @@ -0,0 +1 @@ +Removed unused line from the 'fresh_subprocess' documentation. diff --git a/docs/config.rst b/docs/config.rst index 351190a1a..cc81ca0c3 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -802,7 +802,6 @@ Python virtual environment packaging A flag controlling if each call to the build backend should be done in a fresh subprocess or not (especially older build backends such as ``setuptools`` might require this to discover newly provisioned dependencies). - Directory where to put the project metadata files. Pip installer ~~~~~~~~~~~~~