summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJulian Taylor <jtaylor.debian@googlemail.com>2014-01-26 19:31:41 +0100
committerJulian Taylor <jtaylor.debian@googlemail.com>2014-01-26 19:33:14 +0100
commit0f6641b1539e068f5a3ee5df42c95b64f45c4665 (patch)
treee5c798a4448c35f6fd4be49dd3c8acb379e52836 /MANIFEST.in
parente573709d57cbddefcb819515ff023db970d83d8d (diff)
downloadnumpy-0f6641b1539e068f5a3ee5df42c95b64f45c4665.tar.gz
BLD: exclude compiled python files in source distribution
they could accidentally appear in the source distribution if sdist was run after a make -C doc.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 867157ad4..fd4f665b5 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -25,3 +25,5 @@ recursive-include doc/pyrex *
recursive-include doc/swig *
recursive-include doc/scipy-sphinx-theme *
recursive-include doc/f2py *
+
+global-exclude *.pyc *.pyo *.pyd