[Python-modules-commits] [billiard] 04/09: Do not install install funtests package

Michael Fladischer fladi at moszumanska.debian.org
Sun Dec 20 08:25:31 UTC 2015


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

fladi pushed a commit to branch master
in repository billiard.

commit 9eec445c6b62b3b5318e7309ae3e281a1d073773
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