Skip to content

Commit

Permalink
Merge pull request #303 from sot/install-validation-data
Browse files Browse the repository at this point in the history
Broaden setup.py package data glob to install pkl.gz and ecsv.gz test data
  • Loading branch information
taldcroft authored Nov 25, 2023
2 parents 2de586d + e23676e commit b034d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
],
package_data={
"kadi.commands": ["templates/*.html"],
"kadi.commands.tests": ["data/*.ecsv.gz"],
"kadi.commands.tests": ["data/*.gz"],
},
tests_require=["pytest"],
data_files=data_files,
Expand Down

0 comments on commit b034d11

Please sign in to comment.