expand keywords and supported Python versions

This commit is contained in:
cneud 2025-10-17 18:17:41 +02:00
parent 38c028c6b5
commit 2a1f892d72

View file

@ -11,7 +11,12 @@ description = "Document Layout Analysis"
readme = "README.md" readme = "README.md"
license.file = "LICENSE" license.file = "LICENSE"
requires-python = ">=3.8" requires-python = ">=3.8"
keywords = ["document layout analysis", "image segmentation"] keywords = [
"document layout analysis",
"image segmentation",
"binarization",
"optical character recognition"
]
dynamic = [ dynamic = [
"dependencies", "dependencies",
@ -25,6 +30,10 @@ classifiers = [
"Intended Audience :: Science/Research", "Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License", "License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3 :: Only",
"Topic :: Scientific/Engineering :: Image Processing", "Topic :: Scientific/Engineering :: Image Processing",
] ]