From 3a03a45239b521987798655957633c4845ce4e12 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 24 Nov 2023 05:50:10 +0800 Subject: [PATCH] Clarify why there's a root setuptools_scm configuration. --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4cb71e78f..07b9ddd88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,5 +69,6 @@ type = [ ] [tool.setuptools_scm] -# We're not packaging at the root repo, but we need this declaration -# to prevent warnings in some contexts. +# We're not doing anything Python-related at the root level of the repo, but if this +# declaration isn't here, tox commands run from the root directory raise a warning that +# pyproject.toml doesn't contain a setuptools_scm section.