From 49f682364fb22cc4a86ba806764c6166e5947e1b Mon Sep 17 00:00:00 2001 From: janik Date: Wed, 15 Jul 2026 17:24:47 +0700 Subject: [PATCH] Follow the LICENSE.txt -> LICENSE rename in README and package build Co-Authored-By: Claude Fable 5 --- README.md | 2 +- tools/build_package.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8d43cb..932115a 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ regenerated with `python tools/gen_icons.py`. ## License -GPL-3.0-or-later — see [LICENSE.txt](LICENSE.txt). +GPL-3.0-or-later — see [LICENSE](LICENSE). ## Troubleshooting diff --git a/tools/build_package.py b/tools/build_package.py index 43404df..5f274a3 100644 --- a/tools/build_package.py +++ b/tools/build_package.py @@ -29,7 +29,7 @@ PLUGIN_FILES = [ "plugin.json", "fill_res_action.py", "requirements.txt", - "LICENSE.txt", + "LICENSE", ] PLUGIN_GLOBS = [ ("fill_resistance", "*.py"),