Skip to content

Commit

Permalink
Add hopsworks_common to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
aversey committed Jul 16, 2024
1 parent b478cdd commit c238ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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__" }
Expand Down

0 comments on commit c238ec8

Please sign in to comment.