[Python-modules-commits] [django-nose] 04/04: Prevent installation of testapp package.

Michael Fladischer fladi at moszumanska.debian.org
Tue Oct 17 19:51:00 UTC 2017


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

fladi pushed a commit to branch patch-queue/debian/master
in repository django-nose.

commit 30e59ba4c9d0e90e30decb9e253c652be8484ecf
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Tue Oct 17 20:10:41 2017 +0200

    Prevent installation of testapp package.
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index d02e383..2d84ffd 100644
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ setup(
     maintainer_email='erikrose at grinchcentral.com',
     url='http://github.com/django-nose/django-nose',
     license='BSD',
-    packages=find_packages(exclude=['testapp', 'testapp/*']),
+    packages=find_packages(exclude=['testapp', 'testapp.*']),
     include_package_data=True,
     zip_safe=False,
     install_requires=['nose>=1.2.1'],

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



More information about the Python-modules-commits mailing list