Skip to content

Commit

Permalink
Fixed build process
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed May 28, 2010
1 parent bf2b2f2 commit 6b3e616
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
Expand Up @@ -15,6 +15,9 @@ Bugfix release, released May 28th

- fixed a error reporting bug with :meth:`flask.Config.from_envvar`
- removed some unused code from flask
- release does no longer include development leftover files (.git
folder for themes, built documentation in zip and pdf file and
some .pyc files)

Version 0.3
-----------
Expand Down
8 changes: 7 additions & 1 deletion MANIFEST.in
@@ -1,4 +1,10 @@
include Makefile CHANGES LICENSE AUTHORS
recursive-include tests *
recursive-include examples *
recursive-include docs *
prune docs/_build/doctrees
recursive-exclude docs *.pyc
recursive-exclude docs *.pyo
recursive-exclude examples *.pyc
recursive-exclude examples *.pyo
prune docs/_build
prune docs/_themes/.git

0 comments on commit 6b3e616

Please sign in to comment.