diff --git a/nnpdf_data/pyproject.toml b/nnpdf_data/pyproject.toml index d804e4e4b2..e77e49053c 100644 --- a/nnpdf_data/pyproject.toml +++ b/nnpdf_data/pyproject.toml @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 169c94a993..2af327f7fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"