[Python-modules-commits] [billiard] 03/10: Do not install install funtests package
Michael Fladischer
fladi at moszumanska.debian.org
Thu Mar 31 09:36:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to tag debian/3.3.0.23-1
in repository billiard.
commit aeb20321a68a0b1291419babae2a747c0928239b
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