[Python-modules-commits] [sqlobject] 09/12: Remove docs from installed files
Neil Muller
drnlmza-guest at moszumanska.debian.org
Thu Oct 29 12:44:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
drnlmza-guest pushed a commit to branch master
in repository sqlobject.
commit 00ca43b4d372272b3baf10ea6809fb626490233c
Author: Neil <neil at dip.sun.ac.za>
Date: Thu Oct 29 13:33:31 2015 +0200
Remove docs from installed files
We don't want to install the documentation in the package as well,
since we already install it under /usr/share/doc, so we exclude
it from setup.py
---
setup.py | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/setup.py b/setup.py
index 31cc9e7..7108b20 100755
--- a/setup.py
+++ b/setup.py
@@ -77,27 +77,6 @@ and `GitHub <https://github.com/sqlobject>`_.
license="LGPL",
packages=["sqlobject"] + ['sqlobject.%s' % package for package in subpackages],
scripts=["scripts/sqlobject-admin", "scripts/sqlobject-convertOldURI"],
- package_data={"sqlobject": [
- "../docs/LICENSE", "../docs/*.txt", "../docs/*.css",
- "../docs/html/*.html", "../docs/html/*.css",
- "../docs/html/sqlobject/*.html",
- "../docs/html/sqlobject/firebird/*.html",
- "../docs/html/sqlobject/include/*.html",
- "../docs/html/sqlobject/inheritance/*.html",
- "../docs/html/sqlobject/manager/*.html",
- "../docs/html/sqlobject/maxdb/*.html",
- "../docs/html/sqlobject/mssql/*.html",
- "../docs/html/sqlobject/mysql/*.html",
- "../docs/html/sqlobject/postgres/*.html",
- "../docs/html/sqlobject/rdbhost/*.html",
- "../docs/html/sqlobject/sqlite/*.html",
- "../docs/html/sqlobject/sybase/*.html",
- "../docs/html/sqlobject/util/*.html",
- "../docs/html/sqlobject/versioning/*.html",
- ],
- "sqlobject.include": ["pydispatch/README.txt"],
- "sqlobject.maxdb": ["readme.txt"],
- },
**kw
)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sqlobject.git
More information about the Python-modules-commits
mailing list