Skip to content

Commit

Permalink
revert accidental commit to ocrd_utils/pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Jan 17, 2024
1 parent c36360d commit 3a60c1f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ocrd_utils/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"}]
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"
Expand All @@ -35,3 +35,6 @@ include-package-data = true

[tool.setuptools.packages.find]
namespaces = false

[tool.setuptools_scm]
root = ".."

0 comments on commit 3a60c1f

Please sign in to comment.