From 3a60c1ff58a112574da345f412159597ea5d8551 Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Wed, 17 Jan 2024 13:43:54 +0100 Subject: [PATCH] revert accidental commit to ocrd_utils/pyproject.toml --- ocrd_utils/pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ocrd_utils/pyproject.toml b/ocrd_utils/pyproject.toml index b34a8732b4..dec419a9bf 100644 --- a/ocrd_utils/pyproject.toml +++ b/ocrd_utils/pyproject.toml @@ -1,18 +1,18 @@ [build-system] requires = [ "setuptools>=61", + "setuptools_scm[toml]", "wheel", ] # PEP 508 specifications. build-backend = "setuptools.build_meta" [project] name = "ocrd_utils" -version = "1.2.3" authors = [{name = "Konstantin Baierer", email = "unixprog@gmail.com"}] license = {text = "Apache License 2.0"} description = "OCR-D framework - shared code, helpers, constants" requires-python = ">=3.7" -dynamic = ["dependencies"] +dynamic = ["version", "dependencies"] [project.readme] file = "README.md" @@ -35,3 +35,6 @@ include-package-data = true [tool.setuptools.packages.find] namespaces = false + +[tool.setuptools_scm] +root = ".."