summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2018-11-05 07:59:02 -0800
committerDavid Lord <davidism@gmail.com>2018-11-05 07:59:02 -0800
commit09f4fc0d6e687f46e9a0a3995936692d11e61483 (patch)
treeee35ae80529859ad10b39f7be4fa910bde9f8d4b
parent3ca906f84dda8c97d7500a924604fc83367ded9b (diff)
downloadmarkupsafe-09f4fc0d6e687f46e9a0a3995936692d11e61483.tar.gz
fix exclude pyc files
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 7b0dc24..92a16da 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -5,4 +5,4 @@ include tox.ini
graft docs
prune docs/_build
graft tests
-recursive-exclude *.py[co]
+global-exclude *.py[co]