From 6d98d213f677a09d431b471d1155c689b8ae2155 Mon Sep 17 00:00:00 2001 From: Willem van Heemstra Date: Wed, 8 Jan 2025 17:12:37 +0100 Subject: [PATCH] Update pyproject.toml --- threagile-monitoring/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threagile-monitoring/pyproject.toml b/threagile-monitoring/pyproject.toml index bb9b2f7..961aef0 100644 --- a/threagile-monitoring/pyproject.toml +++ b/threagile-monitoring/pyproject.toml @@ -4,7 +4,7 @@ requires = ["hatchling", "setuptools>=45", "setuptools_scm[toml]>=6.2"] build-backend = "hatchling.build" [tool.setuptools_scm] -write_to = "src/threagile_monitoring/_version.py" +write_to = "src/threagile_monitoring/__about__.py" version_scheme = "post-release" local_scheme = "node-and-timestamp"