Skip to content

Commit 12aa2bb

Browse files
authoredMay 6, 2024
[FSTORE-1371][APPEND] Add all subpackages to the hopsworks package (#201)
* Add all subpackages to the hopsworks package * Switch to 3.13 * Test with remote only * Point to master/main branches on logical
1 parent d91679b commit 12aa2bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎python/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "hopsworks"
33
dynamic = ["version"]
4-
requires-python = ">=3.8,<=3.12"
4+
requires-python = ">=3.8,<3.13"
55
readme = "README.md"
66
description = "Hopsworks Python SDK to interact with Hopsworks Platform, Feature Store, Model Registry and Model Serving"
77
keywords = ["Hopsworks", "Feature Store", "Spark", "Machine Learning", "MLOps", "DataOps"]
@@ -54,7 +54,7 @@ build-backend = "setuptools.build_meta"
5454

5555
[tool.setuptools.packages.find]
5656
exclude = ["tests*"]
57-
include = ["../Readme.md", "../LICENSE", "hopsworks"]
57+
include = ["../Readme.md", "../LICENSE", "hopsworks", "hopsworks.*"]
5858

5959
[tool.setuptools.dynamic]
6060
version = { attr = "hopsworks.version.__version__" }

0 commit comments

Comments
 (0)