fix: I18N: Do not pass formatted messages to gettext
[mailman-postorious.git] / MANIFEST.in
blob93c1c458cdf8069bf65774d18de72446fd86373f
1 include COPYING
2 include *.rst
3 recursive-include src/postorius *.py *.html *.js *.rst *.txt *.po
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