Skip to content

Commit

Permalink
include test data *bz2 files in package
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Feb 21, 2022
1 parent 29de3f6 commit 6fcf00e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
],
packages=find_packages(exclude=[]),
package_data={'gridData': ['tests/datafiles/*.dx', 'tests/datafiles/*.dx.gz',
'tests/datafiles/*.ccp4', 'tests/datafiles/*.plt']},
'tests/datafiles/*.ccp4', 'tests/datafiles/*.plt',
'tests/datafiles/*.bz2']},
install_requires=['numpy>=1.0.3', 'six', 'scipy', 'mrcfile'],
tests_require=['pytest', 'numpy'],
zip_safe=True,
Expand Down

0 comments on commit 6fcf00e

Please sign in to comment.