diff --git a/pyproject.toml b/pyproject.toml index c0bfb87..27e625b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,8 @@ namespaces = false [tool.setuptools.package-data] "*" = ["py.typed"] +[tool.setuptools_scm] + [tool.ruff] fix = true line-length=120