From b08899dc00ce53be02de8932aa959778337e200d Mon Sep 17 00:00:00 2001 From: Victor Kuznetsov Date: Mon, 10 Aug 2026 13:52:48 -0700 Subject: [PATCH] Note that the package name is the published distribution Renaming it strands every pip install and every pinned dependency on it, including the ComfyUI node package, and the console script has the same property since users have it on PATH. Recorded at the name itself, where whoever considers changing it will be looking. Co-Authored-By: Claude Opus 5 --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7eb7abf..74942ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,8 @@ [project] +# This name is the published PyPI distribution, not a local label: changing it +# strands every `pip install remove-ai-watermarks` and every pinned dependency +# on it, including the ComfyUI node package. The console script below carries +# the same weight, since users have it on PATH. name = "remove-ai-watermarks" version = "0.26.3" description = "AI watermark remover for visible, invisible, and provenance marks in images and video"