]> www.dolda2000.com Git - automanga.git/commitdiff
Fix a couple of pyproject.toml bugs. master
authorFredrik Tolf <fredrik@dolda2000.com>
Tue, 7 Apr 2026 22:19:46 +0000 (00:19 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Tue, 7 Apr 2026 22:19:46 +0000 (00:19 +0200)
pyproject.toml

index b486bdc431d81189f85b89f13b985cc031faa916..3734bf5451c7e4ba670d8c3c1fe5d87a99eca6a7 100644 (file)
@@ -7,6 +7,6 @@ name = "automanga"
 version = "1"
 description = "Automanga"
 
 version = "1"
 description = "Automanga"
 
-[tool.setuputils]
+[tool.setuptools]
 packages = ["manga"]
 packages = ["manga"]
-scripts = ["automanga", "getmanga"]
+script-files = ["automanga", "getmanga"]