From 5cf268db4da6fc030d65cd83fa22836a4d6a9471 Mon Sep 17 00:00:00 2001 From: xenofem Date: Thu, 18 Jul 2024 11:23:24 -0400 Subject: [PATCH] setuptools packages list --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99a07c1..ecd28b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,4 +21,7 @@ dlibrary = "dlibrary:main" [build-system] requires = ["setuptools"] -build-backend = "setuptools.build_meta" \ No newline at end of file +build-backend = "setuptools.build_meta" + +[tool.setuptools] +packages = ["dlibrary"] \ No newline at end of file