Clarify why there's a root setuptools_scm configuration.

This commit is contained in:
Russell Keith-Magee 2023-11-24 05:50:10 +08:00
parent bd5930e811
commit 3a03a45239
No known key found for this signature in database
GPG key ID: 3D2DAB6A37BB5BC3

View file

@ -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.