From 6795fa40d80f7a7a08a75a99785125cb89a58d9c Mon Sep 17 00:00:00 2001 From: Stefanie Molin <24376333+stefmolin@users.noreply.github.com> Date: Mon, 17 Feb 2025 17:18:56 -0500 Subject: [PATCH] Update add source URL to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b7151b1..c6db264 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,7 @@ optional-dependencies.dev = [ ] urls.Documentation = "https://github.com/stefmolin/exif-stripper" urls.Homepage = "https://github.com/stefmolin/exif-stripper" +urls.Source = "https://github.com/stefmolin/exif-stripper" scripts.exif-stripper = "exif_stripper.cli:main" [tool.setuptools.packages.find]