]> git-server-git.apps.pok.os.sepia.ceph.com Git - remoto.git/commitdiff
Revert "include tests in distribution package tarball"
authorKen Dreyer <kdreyer@redhat.com>
Thu, 29 Jun 2017 20:38:30 +0000 (14:38 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 29 Jun 2017 20:51:54 +0000 (14:51 -0600)
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.

MANIFEST.in

index 3e2e86cd0195d21cf0bb4b43c4a678a8aecc2432..c0afbfe275afc64b0c205b8d1d761c1631a70ce8 100644 (file)
@@ -2,4 +2,3 @@ include setup.py
 include LICENSE
 include README.rst
 include vendor.py
-recursive-include remoto/tests *