diff --git a/mypy.ini b/mypy.ini
index ab59d1a..436c884 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -2,8 +2,6 @@
 warn_return_any = True
 warn_unused_configs = True
 
-
-
 [mypy-geodense.*]
 ignore_missing_imports = True
 
diff --git a/pyproject.toml b/pyproject.toml
index f9f07bb..f0cde78 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -31,6 +31,7 @@ dev = [
     "ruff == 0.0.291",
 ]
 
+[tool.setuptools_scm]
 
 [build-system]
 requires = ["setuptools>=61.0", "setuptools-scm>=8.0"]