Skip to content

Commit

Permalink
[FIX] Package data path errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarkello committed Feb 20, 2019
1 parent 6022d63 commit 0d78d8d
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 0d78d8d

Please sign in to comment.