[sagenb] 158/179: sagenb is not zip safe

felix salfelder felix-guest at moszumanska.debian.org
Tue May 6 12:05:23 UTC 2014


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

felix-guest pushed a commit to branch master
in repository sagenb.

commit 42049737a633750a43dbbe951df00ac7befdf780
Author: R. Andrew Ohana <andrew.ohana at gmail.com>
Date:   Mon Dec 16 18:18:42 2013 -0800

    sagenb is not zip safe
    
    This is required for newer versions of setuptools which
    will zip up sagenb when installing.
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 5e7ac66..7e18cb7 100644
--- a/setup.py
+++ b/setup.py
@@ -69,4 +69,5 @@ if __name__ == '__main__':
                               all_files('sagenb/data', 'sagenb/') +
                               all_files('sagenb/translations', 'sagenb/')
                          },
+          zip_safe     = False,
           )

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



More information about the debian-science-commits mailing list