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
@@ -1 +1 @@
recursive-include models *.pickle recursive-include models *.pickle *.gz
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,6 +15,6 @@
'scipy', 'scipy',
'sklearn' 'sklearn'
], ],
package_data={'pke': ['models/*.pickle']} package_data={'pke': ['models/*.pickle', 'models/*.gz']}
) )


0 comments on commit e5ab67b

Please sign in to comment.