Skip to content

Commit

Permalink
setup.py file fixed to actually ship the data files (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues authored Feb 5, 2019
1 parent c7d06ba commit 355d124
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 @@ -28,6 +28,7 @@ def get_version():
license = 'new BSD',
packages = find_packages(),
include_package_data = True,
package_data={'particle/data': ['*.*']},
install_requires = [
'enum34>=1.1; python_version<"3.4"',
'importlib_resources>=1.0; python_version<"3.7"',
Expand Down

0 comments on commit 355d124

Please sign in to comment.