rewrite project.urls in pyproject.toml and add keywords

This commit is contained in:
Laurent 2024-10-01 08:12:41 +00:00 committed by Laureηt
parent d816d3d24c
commit 8bd405661d

View file

@ -14,6 +14,31 @@ dependencies = [
] ]
readme = "README.md" readme = "README.md"
requires-python = ">= 3.10" requires-python = ">= 3.10"
keywords = [
"pytorch",
"text-to-image",
"image-to-image",
"image-generation",
"diffusion-models",
"stable-diffusion",
"sd1.5",
"sdxl",
"background-generation",
"background-removal",
"shadow-generation",
"textual-inversion",
"adapters",
"controlnet",
"ip-adapter",
"t2i-adapter",
"lora",
"lcm",
"lcm-lora",
"upscaler",
"dinov2",
"segment-anything",
"sam",
]
classifiers = [ classifiers = [
"Typing :: Typed", "Typing :: Typed",
"Intended Audience :: Developers", "Intended Audience :: Developers",
@ -26,8 +51,10 @@ classifiers = [
] ]
[project.urls] [project.urls]
source = "https://github.com/finegrain-ai/refiners" Homepage = "https://refine.rs/"
documentation = "https://refine.rs/" Documentation = "https://refine.rs/"
Repository = "https://github.com/finegrain-ai/refiners"
Issues = "https://github.com/finegrain-ai/refiners/issues"
[project.optional-dependencies] [project.optional-dependencies]
training = [ training = [
@ -95,7 +122,6 @@ dev-dependencies = [
"comfy-cli>=1.1.6", "comfy-cli>=1.1.6",
] ]
[tool.hatch.metadata] [tool.hatch.metadata]
allow-direct-references = true allow-direct-references = true