meta: Fix version generation
*setuptools_scm* is not used unless a `tool.setuptools_scm` table is present in `pyproject.toml`.
This commit is contained in:
@@ -23,6 +23,8 @@ xactfetch = "xactfetch:main"
|
||||
requires = ["setuptools", "setuptools-scm"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools_scm]
|
||||
|
||||
[tool.pyright]
|
||||
venvPath = '.'
|
||||
venv = '.venv'
|
||||
|
||||
Reference in New Issue
Block a user