From b8024f93f482c6e609880b410d4978149e2a3cf3 Mon Sep 17 00:00:00 2001 From: Isidro Arias Date: Sat, 16 Dec 2023 12:15:23 +0100 Subject: [PATCH] pyproject.toml: fixed [tool] table name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6728b4e..a5477d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ requires-python = ">= 3.8" [project.urls] repository = "https://github.com/JulienPalard/Pipe" -[tools.setuptools] +[tool.setuptools] py-modules = [ "pipe", ]