mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
Merge 3316d9a15c
into db29648956
This commit is contained in:
commit
57ded062fd
3 changed files with 3 additions and 5 deletions
|
@ -6,8 +6,9 @@ This document describes changes between each past release.
|
||||||
1.1 (unreleased)
|
1.1 (unreleased)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
- Nothing changed yet.
|
### Fixed
|
||||||
|
|
||||||
|
- Add *.wsgi in the manifest file (#237)
|
||||||
|
|
||||||
1.0 (2017-06-20)
|
1.0 (2017-06-20)
|
||||||
----------------
|
----------------
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
include *.rst
|
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
|
include LICENSE CONTRIBUTORS CHANGELOG.rst
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -59,9 +59,6 @@ setup(name='ihatemoney',
|
||||||
author_email='alexis@notmyidea.org',
|
author_email='alexis@notmyidea.org',
|
||||||
url='https://github.com/spiral-project/ihatemoney',
|
url='https://github.com/spiral-project/ihatemoney',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
package_data={'': ['*.rst', '*.py', '*.yaml', '*.po', '*.mo', '*.html',
|
|
||||||
'*.css', '*.js', '*.eot', '*.svg', '*.woff', '*.txt',
|
|
||||||
'*.png', '*.ini', '*.cfg']},
|
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
install_requires=REQUIREMENTS,
|
install_requires=REQUIREMENTS,
|
||||||
|
|
Loading…
Reference in a new issue