[Python-modules-commits] [python-xlrd] 02/09: setup-dont-include-doc-and-examples

Vincent Bernat bernat at moszumanska.debian.org
Sun Jul 3 18:22:02 UTC 2016


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

bernat pushed a commit to branch master
in repository python-xlrd.

commit b52f5d5ddbada6222cb96da9cd9ec30dd77ecc3e
Author: SVN-Git Migration <python-modules-team at lists.alioth.debian.org>
Date:   Thu Oct 8 13:26:54 2015 -0700

    setup-dont-include-doc-and-examples
    
    Don't install documentation and examples.
    
    Patch-Name: setup-dont-include-doc-and-examples.patch
---
 setup.py | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/setup.py b/setup.py
index 3a1b2cb..6877dd2 100644
--- a/setup.py
+++ b/setup.py
@@ -22,14 +22,6 @@ setup(
     scripts = [
         'scripts/runxlrd.py',
         ],
-    package_data={
-            'xlrd': [
-                'doc/*.htm*',
-                # 'doc/*.txt',
-                'examples/*.*',
-                ],
-
-            },
     description = 'Library for developers to extract data from Microsoft Excel (tm) spreadsheet files',
     long_description = \
         "Extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0 onwards) on any platform. " \

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



More information about the Python-modules-commits mailing list