From 7a280522c6eb8fe9fe7c1ca1c22310d5e8da0d3f Mon Sep 17 00:00:00 2001 From: Dmitriy Sokolov Date: Wed, 4 Dec 2019 13:23:08 +0300 Subject: [PATCH] Update MANIFEST --- MANIFEST.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 657549e..c26ea9e 100755 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,5 +2,5 @@ include LICENSE CHANGELOG.md README.rst recursive-include rangefilter/static *.js *.css *.png *.eot *.svg *.ttf *.woff recursive-include rangefilter/templates *.html recursive-include rangefilter/locale *.mo -recursive-exclude * __pycache__ -recursive-exclude * *.py[co] +global-exclude __pycache__ +global-exclude *.py[co]