Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
explicitly adding data-file (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
fschlimb authored and Vyacheslav-Smirnov committed Aug 7, 2019
1 parent 9e77fde commit 34a2260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ def readme():
url='https://github.com/IntelLabs/hpat',
author='Intel',
packages=find_packages(),
package_data={'hpat.tests': ['*.bz2'],},
install_requires=['numba'],
extras_require={'HDF5': ["h5py"], 'Parquet': ["pyarrow"]},
cmdclass=versioneer.get_cmdclass(),
Expand Down

0 comments on commit 34a2260

Please sign in to comment.