From ca09e849884b846c12a4571ce29ef471c983ac3a Mon Sep 17 00:00:00 2001 From: Anton Bakker Date: Wed, 6 Dec 2023 13:55:33 +0100 Subject: [PATCH] add setuptools_scm section to pyproject.toml --- mypy.ini | 2 -- pyproject.toml | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) 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"]