Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
13 additions
and 0 deletions.
- +10 −0 MANIFEST.in
- +3 −0 sites/www/changelog.rst
@@ -0,0 +1,10 @@ | ||
include LICENSE | ||
include README.rst | ||
include tasks.py | ||
recursive-include sites * | ||
recursive-exclude sites/*/_build * | ||
include dev-requirements.txt | ||
recursive-include tests * | ||
recursive-exclude tests *.pyc *.pyo | ||
recursive-include integration * | ||
recursive-exclude integration *.pyc *.pyo |