Skip to content

Commit

Permalink
The OLDA models are correctly added to the tar file now
Browse files Browse the repository at this point in the history
Former-commit-id: dd5899c
Former-commit-id: 1ee3678
  • Loading branch information
urinieto committed Jul 18, 2016
1 parent 3ef48eb commit 0e4ece4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
url='https://github.com/urinieto/msaf',
download_url='https://github.com/urinieto/msaf/releases',
packages=find_packages(),
package_data={'msaf': ['algorithms/olda/models/*.npy']},
data_files=[('msaf/algorithms/olda/models',
glob.glob('msaf/algorithms/olda/models/*.npy'))],
long_description="""A python module to segment audio into all its """
Expand Down

0 comments on commit 0e4ece4

Please sign in to comment.