Browse Source

MANIFEST: exclude *.so

Thomas Waldmann 8 years ago
parent
commit
d67cc229f6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      MANIFEST.in

+ 1 - 0
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