Skip to content

Commit

Permalink
Merge pull request #2254 from NNPDF/include_files_wheel
Browse files Browse the repository at this point in the history
First build error of 2025, happy new year!
  • Loading branch information
scarlehoff authored Jan 7, 2025
2 parents 03f807f + 2e3810f commit 77eccdd
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 77eccdd

Please sign in to comment.