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]