[Python-modules-commits] [billiard] 03/07: Do not install install funtests package

Brian May bam at moszumanska.debian.org
Wed Nov 18 22:06:23 UTC 2015


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

bam pushed a commit to branch master
in repository billiard.

commit 0c4a9488de28e4bee8692f18d6f61ea22a05dcbb
Author: Michael Fladischer <fladi at debian.org>
Date:   Thu Oct 8 08:33:14 2015 -0700

    Do not install install funtests package
    
    Last-Update: 2013-07-01
    Forwarded: no
    
    Patch-Name: exclude_funtests_package.patch
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 138975e..710fdcb 100644
--- a/setup.py
+++ b/setup.py
@@ -217,7 +217,7 @@ def run_setup(with_extensions=True):
         ]
     exclude = 'billiard.py2' if is_py3k else 'billiard.py3'
     packages = find_packages(exclude=[
-        'ez_setup', 'tests', 'funtests.*', 'tests.*', exclude,
+        'ez_setup', 'tests', 'funtests', 'funtests.*', 'tests.*', exclude,
     ])
     setup(
         name='billiard',

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



More information about the Python-modules-commits mailing list