diff --git a/pyproject.toml b/pyproject.toml index 86d57885..6c3ee952 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ Homepage = "https://github.com/cgat-developers/cgat-core" [tool.setuptools.packages.find] where = ["."] -include = ["cgatcore", "cgatcore.pipeline"] +include = ["cgatcore", "cgatcore.pipeline", "cgatcore.remote"] [project.optional-dependencies] testing = ["pytest"] # include your testing dependencies