diff --git a/pyproject.toml b/pyproject.toml index 6baa207..0a1c0e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,6 +49,9 @@ build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] where = ["Lib"] +[tool.setuptools_scm] +git_describe_command = "git describe --match 'v*' --tags" + [project.scripts] shaperglot = "shaperglot.cli:main"