Clarify why there's a root setuptools_scm configuration.
This commit is contained in:
parent
bd5930e811
commit
3a03a45239
1 changed files with 3 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue