From 1bb7d33a80f951b7dcc47f363b555fa0ec7f8387 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Fri, 18 Oct 2024 22:40:50 +0200 Subject: pyproject? --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 18c379f..d5f2744 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,8 +16,7 @@ license = {"file" = "LICENSE"} metchart = "metchart.run:main" [tool.setuptools.packages.find] -where = ["metchart/"] -include = ["metchart.*"] +include = ["metchart", "metchart.*"] [build-system] requires = ['setuptools >= 61.0'] -- cgit v1.2.3