diff --git a/python/pyproject.toml b/python/pyproject.toml index 4333adc8b..d3ecaa4d1 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -42,7 +42,7 @@ build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] exclude = ["tests*"] -include = ["../Readme.md", "../LICENSE", "hopsworks", "hopsworks.*"] +include = ["../Readme.md", "../LICENSE", "hopsworks", "hopsworks.*", "hopsworks_common*"] [tool.setuptools.dynamic] version = { attr = "hopsworks.version.__version__" }