From 23ac58405c1642413aa34f493c43ed279bda4945 Mon Sep 17 00:00:00 2001 From: Clemens Neudecker <952378+cneud@users.noreply.github.com> Date: Tue, 13 Aug 2024 21:47:32 +0200 Subject: [PATCH] update pyproject.toml --- pyproject.toml.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pyproject.toml.txt b/pyproject.toml.txt index 43d7093..760c040 100644 --- a/pyproject.toml.txt +++ b/pyproject.toml.txt @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=61.0", "setuptools-ocrd"] +requires = ["setuptools>=61.0", "wheel", "setuptools-ocrd"] [project] name = "eynollah" @@ -30,9 +30,20 @@ classifiers = [ eynollah = "eynollah.eynollah.cli:main" ocrd-eynollah-segment = "eynollah.eynollah.ocrd_cli:main" +[project.readme] +file = "README.md" +content-type = "text/markdown" + [project.urls] Homepage = "https://github.com/qurator-spk/eynollah" Repository = "https://github.com/qurator-spk/eynollah.git" [tool.setuptools.dynamic] dependencies = {file = ["requirements.txt"]} + +[tool.setuptools.packages.find] +where = ["src"] +namespaces = false + +[tool.setuptools.package-data] +"*" = ["*.json", '*.yml', '*.xml', '*.xsd']