From: Ken Dreyer Date: Thu, 29 Jun 2017 20:38:30 +0000 (-0600) Subject: Revert "include tests in distribution package tarball" X-Git-Tag: v0.0.30~4^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=faaccc1e5111e33bb6bbf38d0d541c42ff164225;p=remoto.git Revert "include tests in distribution package tarball" This reverts commit 3de87bc296991375a0ba2e777bc5a14fdae3cf51. This solution can accidentally capture files we don't want (like py3's __pycache__ directories). Also, it doesn't make "python setup.py build" copy the tests to the destination "build/" directory. --- diff --git a/MANIFEST.in b/MANIFEST.in index 3e2e86c..c0afbfe 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,4 +2,3 @@ include setup.py include LICENSE include README.rst include vendor.py -recursive-include remoto/tests *