Skip to content

Commit

Permalink
poetry 2 defaults includes to only sdist, add also wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff committed Jan 7, 2025
1 parent 03f807f commit 2e3810f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ packages = [
# Data files
include = [
# The default profile is included together with the validphys package
"validphys2/src/validphys/nnprofile_default.yaml",
{ path ="validphys2/src/validphys/nnprofile_default.yaml",format = ["sdist", "wheel"] },
# The version file is ignored by git so it needs to be explicitly included
"validphys2/src/validphys/_version.py",
"nnpdf_data/nnpdf_data/_version.py"
{ path ="validphys2/src/validphys/_version.py", format = ["sdist", "wheel"] },
{ path ="nnpdf_data/nnpdf_data/_version.py", format = ["sdist", "wheel"] }
]

[tool.poetry.scripts]
Expand Down

0 comments on commit 2e3810f

Please sign in to comment.