summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2017-01-15 19:23:07 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2017-01-15 19:23:07 +0100
commitd67cc229f660731b2e90046b75e4e2ed34cd60c8 (patch)
tree2c7e71c35479ed43c4d486fc70ab1e03f033c863
parente0dfb656ee42b57e8b02fe304df10618e82bc7de (diff)
MANIFEST: exclude *.so1.1.0b3
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index eb7eb0cbf..f8e9eda62 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,6 +2,7 @@ include README.rst AUTHORS LICENSE CHANGES.rst MANIFEST.in
graft src
recursive-exclude src *.pyc
recursive-exclude src *.pyo
+recursive-exclude src *.so
recursive-include docs *
recursive-exclude docs *.pyc
recursive-exclude docs *.pyo