Skip to content

Commit

Permalink
Merge pull request #25 from bmcfee/package-data
Browse files Browse the repository at this point in the history
added package_data to setup.py
  • Loading branch information
bmcfee committed Feb 9, 2016
2 parents d870ff3 + ac50874 commit 9175485
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[report]
omit =
*/python?.?/*
*/site-packages/nose/*
14 changes: 14 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.. _changes:

Changelog
=========

v0.1.1
------
This is a minor bug-fix revision.

* pypi distribution now includes the `drc_presets` data.

v0.1.0
------
Initial public release.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ API Reference

core
deformers
changes

Contribute
----------
Expand Down
2 changes: 1 addition & 1 deletion muda/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""Version info"""

short_version = '0.1'
version = '0.1.0'
version = '0.1.1'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
url='http://github.com/bmcfee/muda',
download_url='http://github.com/bmcfee/muda/releases',
packages=find_packages(),
package_data={'': ['deformers/data/*']},
long_description="""Musical data augmentation.""",
classifiers=[
"License :: OSI Approved :: ISC License (ISCL)",
Expand Down

0 comments on commit 9175485

Please sign in to comment.