From 5da09d43eb54638eab8a8eeeb2c5394bce21135c Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Wed, 8 Apr 2026 00:19:46 +0200 Subject: [PATCH] Fix a couple of pyproject.toml bugs. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b486bdc..3734bf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,6 @@ name = "automanga" version = "1" description = "Automanga" -[tool.setuputils] +[tool.setuptools] packages = ["manga"] -scripts = ["automanga", "getmanga"] +script-files = ["automanga", "getmanga"] -- 2.39.5