Skip to content

Commit

Permalink
added exclude rawdata and filter files in nnpdf_data [tool.poetry], r…
Browse files Browse the repository at this point in the history
…emoved if from nnpdf pyproject.toml
  • Loading branch information
comane committed Mar 16, 2024
1 parent 157c37b commit 7f24640
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions nnpdf_data/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ classifiers = [
license = "GPL-3.0-or-later"
repository = "https://github.com/NNPDF/nnpdf_data"

# Exclude intermediate data files
exclude = [
"nnpdf_data/new_commondata/*/rawdata",
"nnpdf_data/new_commondata/*/*.py",
]

[tool.poetry.dependencies]
python = "^3.9"
Expand Down
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ include = [
# The version file is ignored by git so it needs to be explicitly included
"validphys2/src/validphys/_version.py"
]
# Exclude intermediate files data files
exclude = [
"validphys2/src/validphys/datafiles/new_commondata/*/rawdata",
"validphys2/src/validphys/datafiles/new_commondata/*/*.py"
]

[tool.poetry.scripts]
n3fit = "n3fit.scripts.n3fit_exec:main"
Expand Down

0 comments on commit 7f24640

Please sign in to comment.