[Python-modules-commits] [nose] 02/08: Don't install manpage with setup.py.

Brian May bam at moszumanska.debian.org
Thu Nov 19 00:19:46 UTC 2015


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

bam pushed a commit to branch master
in repository nose.

commit 5498e10a2aa0527b5ec9c0bc1c6deb0dae7508e2
Author: Charlie Smotherman <cjsmo at cableone.net>
Date:   Thu Oct 8 10:01:57 2015 -0700

    Don't install manpage with setup.py.
    
     Use debhelper to install manpage so we can use update-alternatives to
     manage the manpages.
    Last-Update: 2013-03-04
    
    Patch-Name: no-install-data
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index a2091c0..a710b30 100644
--- a/setup.py
+++ b/setup.py
@@ -106,7 +106,7 @@ setup(
     license = 'GNU LGPL',
     keywords = 'test unittest doctest automatic discovery',
     url = 'http://readthedocs.org/docs/nose/',
-    data_files = [('man/man1', ['nosetests.1'])],
+    #data_files = [('man/man1', ['nosetests.1'])],
     package_data = {'': ['*.txt',
                          'examples/*.py',
                          'examples/*/*.py']},

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



More information about the Python-modules-commits mailing list