From 529f3d91ff9f7c8369583319cfa8a4d5edf51b4f Mon Sep 17 00:00:00 2001 From: Niko Yasui Date: Tue, 29 Oct 2024 18:17:26 -0600 Subject: [PATCH] build: tell setup that ml_experiment folder is a package --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0f2748d..56c22e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,7 @@ [tool] +[tool.setuptools] +packages = ['ml_experiment'] + [tool.commitizen] name = "cz_conventional_commits" version = "0.0.0"