[Python-modules-commits] [python-olefile] 07/08: Avoid Doc Install In Wrong Path
Marcos Fouces
mfouces-guest at moszumanska.debian.org
Tue Nov 29 22:16:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
mfouces-guest pushed a commit to branch master
in repository python-olefile.
commit 2b2bb68f6c2269446d32b77af0ff1ed80e1a9c78
Author: Marcos Fouces <mfouces at yahoo.es>
Date: Tue Nov 29 00:03:07 2016 +0100
Avoid Doc Install In Wrong Path
---
setup.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/setup.py b/setup.py
index 00be983..f19c5f7 100644
--- a/setup.py
+++ b/setup.py
@@ -142,15 +142,15 @@ package_data={
'olefile': [
'README.rst',
'README.html',
- 'LICENSE.txt',
+# 'LICENSE.txt',
'CONTRIBUTORS.txt',
'olefile.html',
'olefile2.html',
]
# doc folder: md, html, png
- + rglob('olefile/doc', 'doc', '*.html')
- + rglob('olefile/doc', 'doc', '*.md')
- + rglob('olefile/doc', 'doc', '*.png'),
+# + rglob('olefile/doc', 'doc', '*.html')
+# + rglob('olefile/doc', 'doc', '*.md')
+# + rglob('olefile/doc', 'doc', '*.png'),
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-olefile.git
More information about the Python-modules-commits
mailing list