From e60390b3f3c3851d247aeffaa479d41862be3d74 Mon Sep 17 00:00:00 2001 From: Don Setiawan Date: Mon, 27 Nov 2023 14:31:09 -0800 Subject: [PATCH] build: remove dir sources (#27) --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6b6e41e7..4fdc6476 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,9 +50,6 @@ dev = [ [tool.hatch.metadata.hooks.requirements_txt] files = ["requirements.txt"] -[tool.hatch.build] -sources = ["src"] - [tool.hatch.version] source = "vcs"