From d99b3a0abef380871b1e259bbb67d3185fec593b Mon Sep 17 00:00:00 2001 From: Thomas Yu Date: Thu, 14 Nov 2024 15:24:49 -0800 Subject: [PATCH] Include schematic_api for now --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca2b0f5d3..a64e3728d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,8 @@ classifiers = [ ] packages = [ - { include = "schematic" } + { include = "schematic" }, + { include = "schematic_api" } ] [tool.poetry.scripts]