From 8c79e158c8a42232348c4c3335c364aa1ca1b632 Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Thu, 7 Apr 2022 23:33:39 -0700 Subject: [PATCH] Slim package finding now that I understand it --- pyproject.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 894ab21..8d0a74e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,10 +53,5 @@ Docs = "https://yaclog.readthedocs.io/" [tool.setuptools_scm] -[tool.setuptools] -include-package-data = false - [tool.setuptools.packages.find] -include = ["yaclog", "yaclog.*"] -exclude = ["tests*"] -namespaces = false \ No newline at end of file +include = ["yaclog"] \ No newline at end of file