From 2602b16d38d65a89fb7ca8feef1618a96fe85c07 Mon Sep 17 00:00:00 2001 From: jyejare Date: Fri, 20 Oct 2023 23:57:51 +0530 Subject: [PATCH] Adding APIx to pyproject toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index daf0df5..06e3ae8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,11 +8,13 @@ source = "vcs" [tool.hatch.build.targets.sdist] include = [ "/candore", + "/apix", ] [tool.hatch.build.targets.wheel] packages = [ "/candore", + "/apix", ] [project]