This commit is contained in:
0livd 2017-06-25 21:54:46 +00:00 committed by GitHub
commit 57ded062fd
3 changed files with 3 additions and 5 deletions

View file

@ -6,8 +6,9 @@ This document describes changes between each past release.
1.1 (unreleased)
----------------
- Nothing changed yet.
### Fixed
- Add *.wsgi in the manifest file (#237)
1.0 (2017-06-20)
----------------

View file

@ -1,3 +1,3 @@
include *.rst
recursive-include budget *.rst *.py *.yaml *.po *.mo *.html *.css *.js *.eot *.svg *.woff *.txt *.png *.ini *.cfg
recursive-include budget *.rst *.py *.yaml *.po *.mo *.html *.css *.js *.eot *.svg *.woff *.txt *.png *.ini *.cfg *.wsgi
include LICENSE CONTRIBUTORS CHANGELOG.rst

View file

@ -59,9 +59,6 @@ setup(name='ihatemoney',
author_email='alexis@notmyidea.org',
url='https://github.com/spiral-project/ihatemoney',
packages=find_packages(),
package_data={'': ['*.rst', '*.py', '*.yaml', '*.po', '*.mo', '*.html',
'*.css', '*.js', '*.eot', '*.svg', '*.woff', '*.txt',
'*.png', '*.ini', '*.cfg']},
include_package_data=True,
zip_safe=False,
install_requires=REQUIREMENTS,