From 9ce35ac576f3b69eebe1e2b5e27fd4c55d7abf10 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index daf0df5..493072c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ source = "vcs" [tool.hatch.build.targets.sdist] include = [ "/candore", + "/apix", ] [tool.hatch.build.targets.wheel]