Skip to content

Commit

Permalink
Packaging the .yaml files or it just doesn't work ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjc committed Oct 10, 2015
1 parent ec0664a commit 58d3178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include pymclevel/*.yaml
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
url='https://github.com/mcedit/pymclevel',
license='MIT License',
package_dir={'pymclevel': 'pymclevel'},
package_data={'pymclevel': ['*.yaml']},
packages=["pymclevel"],
ext_modules=ext_modules,
include_dirs=numpy.get_include(),
Expand Down

0 comments on commit 58d3178

Please sign in to comment.