From: Fredrik Tolf Date: Tue, 7 Apr 2026 22:19:46 +0000 (+0200) Subject: Fix a couple of pyproject.toml bugs. X-Git-Url: http://www.dolda2000.com/gitweb/?a=commitdiff_plain;h=5da09d43eb54638eab8a8eeeb2c5394bce21135c;p=automanga.git Fix a couple of pyproject.toml bugs. --- 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"]