diff options
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 151f91e..0d8bb87 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,7 @@ include *.txt *.ini *.cfg *.rst recursive-include fietsboek *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml *.jinja2 +recursive-include fietsboek/static * +recursive-include fietsboek/locale *.pot *.po *.mo recursive-include tests * recursive-exclude * __pycache__ recursive-exclude * *.py[co] |