Skip to content

Commit

Permalink
add test files to package data
Browse files Browse the repository at this point in the history
  • Loading branch information
timothydmorton committed May 12, 2018
1 parent d954786 commit 96907aa
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 @@ -35,7 +35,7 @@ def readme():
author_email = "[email protected]",
url = "https://github.com/timothydmorton/isochrones",
packages = find_packages(),
package_data = {'':['data/*']},
package_data = {'isochrones':['data/*', 'tests/star*/*.ini']},
scripts = ['scripts/starfit',
'scripts/batch_starfit',
'scripts/starmodel-select',
Expand Down

0 comments on commit 96907aa

Please sign in to comment.