From 8bd405661de5c2b50fd9b099917c29fa08bd0b75 Mon Sep 17 00:00:00 2001 From: Laurent Date: Tue, 1 Oct 2024 08:12:41 +0000 Subject: [PATCH] rewrite project.urls in pyproject.toml and add keywords --- pyproject.toml | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f59c702..249a0b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,31 @@ dependencies = [ ] readme = "README.md" 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 = [ "Typing :: Typed", "Intended Audience :: Developers", @@ -26,8 +51,10 @@ classifiers = [ ] [project.urls] -source = "https://github.com/finegrain-ai/refiners" -documentation = "https://refine.rs/" +Homepage = "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] training = [ @@ -95,7 +122,6 @@ dev-dependencies = [ "comfy-cli>=1.1.6", ] - [tool.hatch.metadata] allow-direct-references = true