From c0cbbd50d2d22a952da4bbbcc88dabd719752c12 Mon Sep 17 00:00:00 2001 From: Simon Biewald Date: Sun, 4 Feb 2024 21:18:23 +0100 Subject: [PATCH] Add setuptools-scm. --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c97dd40..aab20be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,4 +58,6 @@ packages = [ "devicepasswords.migrations", "devicepasswords.static", "devicepasswords.templates" -] \ No newline at end of file +] + +[tool.setuptools_scm] \ No newline at end of file