From 028e0358bed823aa707a1aebe57744a4dc702be5 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 +- tree.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 tree.py 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", ] diff --git a/tree.py b/tree.py new file mode 100644 index 0000000..c4da7d1 --- /dev/null +++ b/tree.py @@ -0,0 +1 @@ +import this