Skip to content

Commit

Permalink
add .yaml files to package
Browse files Browse the repository at this point in the history
  • Loading branch information
gabisurita committed Dec 19, 2016
1 parent c76274a commit fc05153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include *.rst LICENSE Makefile tox.ini .coveragerc app.wsgi
include kinto/config/kinto.tpl
include dev-requirements.txt
recursive-include kinto *.sql *.html *.ini
recursive-include kinto *.sql *.html *.ini *.yaml
recursive-include docs *.rst *.png *.svg *.css *.html conf.py piwik.js
recursive-include kinto/plugins/admin/build *
prune docs/_build/*
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def read_file(filename):
author_email='storage-team@mozilla.com',
url='https://github.com/Kinto/kinto',
packages=find_packages(),
package_data={'': ['*.rst', '*.py']},
package_data={'': ['*.rst', '*.py', '*.yaml']},
include_package_data=True,
zip_safe=False,
setup_requires=SETUP_REQUIRES,
Expand Down

0 comments on commit fc05153

Please sign in to comment.