1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Edward Betts <edward@4angle.com>
Date: Sun, 8 Mar 2026 17:09:38 +0000
X-Dgit-Generated: 0.1.9.20-1 0f71802386fbba4b0eaeb16d9002bcec7f2b8cd4
Subject: Only install fluss_api
---
diff --git a/pyproject.toml b/pyproject.toml
index 450fbd7..d9ecb28 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -26,4 +26,5 @@ Homepage = "https://github.com/fluss/Fluss_Python_Library"
[tool.setuptools.packages.find]
-where = ["."]
\ No newline at end of file
+where = ["."]
+include = ["fluss_api*"]
\ No newline at end of file
|