Skip to content

Commit

Permalink
small changes to include trained model in pip source distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidDoukhan committed Oct 11, 2018
1 parent 0a7169e commit 30084d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,4 @@
include *.py *.cfg LICENSE *.md *.ipynb
include scripts *.py
include inaSpeechSegmenter/*.py
include inaSpeechSegmenter/*.hdf5
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -66,7 +66,7 @@

setup(
name = "inaSpeechSegmenter",
version = "0.0.4",
version = "0.0.5",
author = "David Doukhan",
author_email = "david.doukhan@gmail.com",
description = DESCRIPTION,
Expand Down

0 comments on commit 30084d6

Please sign in to comment.