From 43a4c32312e8d2b52616633cee77ff3ca44a0ee3 Mon Sep 17 00:00:00 2001 From: Victor Jouffrey Date: Mon, 6 May 2024 17:40:14 +0200 Subject: [PATCH] Add all subpackages to the hopsworks package --- python/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 3bb6985d6..9d1c34e2d 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "hopsworks" dynamic = ["version"] -requires-python = ">=3.8,<=3.12" +requires-python = ">=3.8,<3.12" readme = "README.md" description = "Hopsworks Python SDK to interact with Hopsworks Platform, Feature Store, Model Registry and Model Serving" keywords = ["Hopsworks", "Feature Store", "Spark", "Machine Learning", "MLOps", "DataOps"] @@ -54,7 +54,7 @@ build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] exclude = ["tests*"] -include = ["../Readme.md", "../LICENSE", "hopsworks"] +include = ["../Readme.md", "../LICENSE", "hopsworks", "hopsworks.*"] [tool.setuptools.dynamic] version = { attr = "hopsworks.version.__version__" }