Skip to content

Commit

Permalink
Force dist metadata-version to avoid pypi upload issues
Browse files Browse the repository at this point in the history
Signed-off-by: Luciano Resende <[email protected]>
  • Loading branch information
lresende committed Jan 3, 2025
1 parent 7944a98 commit 68148bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ include = [
]
ignore-vcs = true

[tool.hatch.build.targets.wheel]
core-metadata-version = "2.3"

# Include data files with dist
[tool.hatch.build.targets.wheel.shared-data]
"labextensions/elyra_code_snippet_extension/labextension" = "share/jupyter/labextensions/@elyra/code-snippet-extension"
Expand All @@ -196,6 +199,7 @@ ignore-vcs = true

# Specify which files to include and exclude in source distribution
[tool.hatch.build.targets.sdist]
core-metadata-version = "2.3"
artifacts = [
"labextensions/elyra_code_snippet_extension/labextension",
"labextensions/elyra_code_viewer_extension/labextension",
Expand Down

0 comments on commit 68148bb

Please sign in to comment.