From 8f769663946c0074557a039bc5c8059ec9d410fc Mon Sep 17 00:00:00 2001 From: cneud <952378+cneud@users.noreply.github.com> Date: Wed, 14 Aug 2024 19:51:48 +0200 Subject: [PATCH] update pyproject.toml for v0.3.1 --- pyproject.toml.txt | 49 ---------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 pyproject.toml.txt diff --git a/pyproject.toml.txt b/pyproject.toml.txt deleted file mode 100644 index 760c040..0000000 --- a/pyproject.toml.txt +++ /dev/null @@ -1,49 +0,0 @@ -[build-system] -requires = ["setuptools>=61.0", "wheel", "setuptools-ocrd"] - -[project] -name = "eynollah" -version = "0.3.0" -authors = [ - {name = "Vahid Rezanezhad"}, - {name = "Staatsbibliothek zu Berlin - Preußischer Kulturbesitz"}, -] -description = "Document Layout Analysis" -readme = "README.md" -license.file = "LICENSE" -requires-python = ">=3.8" -keywords = ["document layout analysis", "image segmentation"] - -dynamic = ["dependencies"] - -classifiers = [ - "Development Status :: 4 - Beta", - "Environment :: Console", - "Intended Audience :: Science/Research", - "License :: OSI Approved :: Apache Software License", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3 :: Only", - "Topic :: Scientific/Engineering :: Image Processing", -] - -[project.scripts] -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']