mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-05-01 11:41:41 +00:00
chore: fix pyproject.toml, add pypi classifiers
This commit is contained in:
@@ -7,7 +7,7 @@ readme = "README.md"
|
|||||||
license = { text = "AGPL-3.0" }
|
license = { text = "AGPL-3.0" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ultralytics>=8.1",
|
"ultralytics>=8.1",
|
||||||
"mediapipe>=10",
|
"mediapipe>=0.10",
|
||||||
"pydantic<3",
|
"pydantic<3",
|
||||||
"rich>=13",
|
"rich>=13",
|
||||||
"huggingface_hub",
|
"huggingface_hub",
|
||||||
@@ -18,6 +18,10 @@ keywords = [
|
|||||||
"adetailer",
|
"adetailer",
|
||||||
"ultralytics",
|
"ultralytics",
|
||||||
]
|
]
|
||||||
|
classifiers = [
|
||||||
|
"License :: OSI Approved :: GNU Affero General Public License v3",
|
||||||
|
"Topic :: Scientific/Engineering :: Image Recognition",
|
||||||
|
]
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|||||||
Reference in New Issue
Block a user