[python-dtcwt] 286/497: MANIFEST.in: reduce size of PyPi source distribution

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/sid
in repository python-dtcwt.

commit 4bb784088590b30c5cbb5a2d3608d546f031060b
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Thu Jan 30 18:16:18 2014 +0000

    MANIFEST.in: reduce size of PyPi source distribution
    
    I don't think people use the PyPi bundle to actually run tests or
    compile documentation and so experiment with removing both from the
    MANIFEST.in file. This reduces the size of the download from ~2MB (which
    already lacked much of the documentation) down to ~200KB.
    
    Certainly the common case of "pip install dtcwt" will build neither the
    documentation or run the test suite. Although perhaps it should?
---
 MANIFEST.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index 3fc7403..fc14209 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,3 @@
-include tests/*.py
-include tests/*.npz
-
+exclude tests/
+exclude docs/
+exclude .*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-dtcwt.git



More information about the debian-science-commits mailing list