Skip to content

Commit

Permalink
fix: pin metadata-version to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benieric committed Jan 9, 2025
1 parent daa5518 commit eabb19e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,15 @@ pattern = "(?P<version>.+)"
[tool.hatch.metadata.hooks.custom]

[tool.hatch.build.targets.wheel]
core-metadata-version = "2.3"
packages = ["src/sagemaker"]
exclude = ["src/sagemaker/serve/model_server/triton/pack_conda_env.sh"]

[tool.hatch.build.targets.wheel.shared-scripts]
"src/sagemaker/serve/model_server/triton/pack_conda_env.sh" = "pack_conda_env.sh"

[tool.hatch.build.targets.sdist]
core-metadata-version = "2.3"
only-include = [
"/requirements/extras",
"/src",
Expand Down

0 comments on commit eabb19e

Please sign in to comment.