From 14bb713ae8de53d35dd9d78d7c3bf047bda51065 Mon Sep 17 00:00:00 2001 From: Hongyang Peng Date: Thu, 5 Dec 2024 17:25:27 +0800 Subject: [PATCH] chore:add exclude dir for build whl (#439) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 32ea0d4a..2aef3514 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ requires-python = ">=3.9" megfile = "megfile.cli:safe_cli" [tool.setuptools.packages.find] -exclude = ["tests", "tests*", "remof"] +exclude = ["tests", "tests*", "remof", "scripts", "docs"] [tool.setuptools.dynamic] version = {attr = "megfile.version.VERSION"}