Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #41 from MyrtleSoftware/SamG97-setup
Browse files Browse the repository at this point in the history
Fix setup script to use list for package_data
  • Loading branch information
myrtlecat authored Aug 23, 2019
2 parents 928aaaf + a132c89 commit c955ba7
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 @@ -73,7 +73,7 @@
],

packages=find_packages(exclude=["*.test", "*.test.*", "test.*", "test", "bin"]),
package_data={'configs': 'data/configs/*'},
package_data={'configs': ['data/configs/*']},
exclude_package_data={'': ['*.hdf', '*.c', '*.h']},
ext_modules=extensions,
setup_requires=["pytest-runner", "pytest-xdist"],
Expand Down

0 comments on commit c955ba7

Please sign in to comment.