~netlandish/django-wiki

241c7013c1b3cbb1abb15be07688cd4167d83023 — Benjamin Bach 4 years ago 7da8b9c
Manifest.in warnings: Replace less with with sources and don't describe non-existent items
1 files changed, 1 insertions(+), 3 deletions(-)

M MANIFEST.in
M MANIFEST.in => MANIFEST.in +1 -3
@@ 1,9 1,7 @@
include COPYING
include README.rst
include setup.cfg
recursive-include src *.html *.txt *.png *.js *.css *.gif *.less *.mo *.po *.otf *.svg *.woff *.woff2 *.eot *.ttf
prune src/wiki/attachments
prune src/wiki/images
recursive-include src *.html *.txt *.png *.js *.css *.gif *.scss *.mo *.po *.svg *.woff *.woff2 *.eot *.ttf

# Exclude compiled version of source language, it's meaningless
exclude src/wiki/locale/en/LC_MESSAGES/django.mo