Skip to content

Commit

Permalink
Merge pull request #2852 from ericpre/fix_missing_file_packaging
Browse files Browse the repository at this point in the history
Package impulse_data to be able to run the test suite from packages
  • Loading branch information
jlaehne committed Nov 24, 2021
2 parents 2f67b3b + 84ad639 commit 1afa1c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,9 @@ def __exit__(self, type, value, traceback):
'tests/io/FEI_old/*.ser',
'tests/io/FEI_old/*.npy',
'tests/io/FEI_old/*.tar.gz',
'tests/io/impulse_data/*.csv',
'tests/io/impulse_data/*.log',
'tests/io/impulse_data/*.npy',
'tests/io/msa_files/*.msa',
'tests/io/hdf5_files/*.hdf5',
'tests/io/hdf5_files/*.hspy',
Expand Down

0 comments on commit 1afa1c0

Please sign in to comment.