Include the wsgi files in the source distribution

#218 moved the wsgi file to the budget dir
but it was still not distributed because *.wsgi
was not stated in the manifest file
This commit is contained in:
0livd 2017-06-23 19:45:35 +02:00
parent db29648956
commit 3281e755c3
2 changed files with 3 additions and 2 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