Parcourir la source

MANIFEST: exclude *.so

Thomas Waldmann il y a 8 ans
Parent
commit
d67cc229f6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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