Add a file to the manifest.
[mailman-postorious.git] / MANIFEST.in
blobe4ea5270028cf5a92941229c1c5b4ebc422c3d49
1 include COPYING
2 include *.rst
3 recursive-include src/postorius *.py *.html *.js *.rst *.txt
4 prune src/postorius/doc/_build
5 graft src/postorius/static
6 include src/postorius/doc/Makefile
7 include tox.ini
8 include pytest.ini
9 recursive-include example_project *.py *.cfg *.rst *.txt
10 exclude example_project/settings_local.py
11 prune example_project/venv
12 prune example_project/static
13 graft src/postorius/tests/fixtures