Skip to content

Commit

Permalink
update setup/MANIFEST for data
Browse files Browse the repository at this point in the history
  • Loading branch information
boudinfl committed Oct 6, 2016
1 parent 63ea64c commit e5ab67b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
recursive-include models *.pickle
recursive-include models *.pickle *.gz
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
'scipy',
'sklearn'
],
package_data={'pke': ['models/*.pickle']}
package_data={'pke': ['models/*.pickle', 'models/*.gz']}
)

0 comments on commit e5ab67b

Please sign in to comment.