[Python-modules-commits] [python-launchpadlib] 03/07: Do not install documentation files in Python module directory

Dimitri John Ledkov xnox at moszumanska.debian.org
Sat Aug 13 03:22:01 UTC 2016


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

xnox pushed a commit to branch master
in repository python-launchpadlib.

commit 6af0482097cad8066d9d7932a213eb37a1b820c1
Author: Luca Falavigna <dktrkranz at debian.org>
Date:   Thu Oct 8 12:22:11 2015 -0700

    Do not install documentation files in Python module directory
    
    Bug-Debian: http://bugs.debian.org/580324
    Forwarded: not-needed
    
    Patch-Name: no_package_data.patch
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index a1ff3f9..bdfa18e 100755
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ setup(
     version=__version__,
     packages=find_packages('src'),
     package_dir={'':'src'},
-    include_package_data=True,
+    include_package_data=False,
     zip_safe=False,
     author='The Launchpad developers',
     author_email='launchpadlib at lists.launchpad.net',

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



More information about the Python-modules-commits mailing list