From 7dfdfc11aaef85d820139f5b586aea43753e4f71 Mon Sep 17 00:00:00 2001 From: pngwn Date: Sat, 27 Jan 2024 18:43:55 +0000 Subject: [PATCH] tweaks --- README.md | 2 +- demo/space.py | 2 +- pyproject.toml | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 106bf23..42c71b0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # `gradio_imageslider` -PyPI - Version +PyPI - Version Static Badge A Gradio component for comparing two images. diff --git a/demo/space.py b/demo/space.py index 62702f6..75053e0 100644 --- a/demo/space.py +++ b/demo/space.py @@ -21,7 +21,7 @@ # `gradio_imageslider`
-PyPI - Version +PyPI - Version Static Badge
A Gradio component for comparing two images. diff --git a/pyproject.toml b/pyproject.toml index 0a3f49b..fe41eb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "gradio_imageslider" -version = "0.0.17" +version = "0.0.18" description = """ A Gradio component for comparing two images. @@ -20,7 +20,7 @@ This component can be used in several ways: """ license = "Apache-2.0" requires-python = ">=3.8" -authors = [{ name = "pngwn", email = "YOUREMAIL@domain.com" }] +authors = [{ name = "pngwn", email = "hello@pngwn.io" }] keywords = [ "machine learning", "reproducibility", @@ -45,6 +45,9 @@ classifiers = [ 'Topic :: Scientific/Engineering :: Visualization', ] +[project.urls] +repository = "https://github.com/pngwn/gradio-imageslider" + [tool.hatch.build] artifacts = [ "backend/gradio_imageslider/boo",