chore: fix pyproject.toml, add pypi classifiers

This commit is contained in:
Dowon
2024-03-21 00:43:56 +09:00
parent eb63f828de
commit 9269676e8a

View File

@@ -7,7 +7,7 @@ readme = "README.md"
license = { text = "AGPL-3.0" }
dependencies = [
"ultralytics>=8.1",
"mediapipe>=10",
"mediapipe>=0.10",
"pydantic<3",
"rich>=13",
"huggingface_hub",
@@ -18,6 +18,10 @@ keywords = [
"adetailer",
"ultralytics",
]
classifiers = [
"License :: OSI Approved :: GNU Affero General Public License v3",
"Topic :: Scientific/Engineering :: Image Recognition",
]
dynamic = ["version"]
[project.urls]