MANIFEST: exclude *.so

This commit is contained in:
Thomas Waldmann 2017-01-15 19:23:07 +01:00
parent e0dfb656ee
commit d67cc229f6
1 changed files with 1 additions and 0 deletions

View File

@ -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