Skip to content

Commit

Permalink
Merge pull request #12 from rmarkello/fix/data
Browse files Browse the repository at this point in the history
[FIX] Package data path errors
  • Loading branch information
rmarkello authored Feb 20, 2019
2 parents 6022d63 + 0d78d8d commit f5b5130
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion snf/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
]))

PACKAGE_DATA = {
'snfpy': ['tests/data/*']
'snf': [
'tests/data/digits/*csv',
'tests/data/sim/*csv'
]
}

CLASSIFIERS = [
Expand Down

0 comments on commit f5b5130

Please sign in to comment.