Skip to content

Commit

Permalink
Add all subpackages to the hopsworks package
Browse files Browse the repository at this point in the history
  • Loading branch information
vatj committed May 6, 2024
1 parent d91679b commit 43a4c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down Expand Up @@ -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__" }
Expand Down

0 comments on commit 43a4c32

Please sign in to comment.