[Python-modules-commits] [python-cement] 01/06: Do not install examples package.
Michael Fladischer
fladi at moszumanska.debian.org
Tue Jul 12 10:46:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository python-cement.
commit 61784ba9ca4fac6a63f00dfb82a4d15b57187f99
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Tue Jul 12 10:30:37 2016 +0200
Do not install examples package.
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index d1318e7..784988c 100644
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@ setup(name='cement',
author_email='team at datafolklabs.com',
url='http://builtoncement.org',
license='BSD',
- packages=find_packages(exclude=['ez_setup', 'tests*']),
+ packages=find_packages(exclude=['ez_setup', 'tests*', 'examples*']),
include_package_data=True,
zip_safe=False,
test_suite='nose.collector',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-cement.git
More information about the Python-modules-commits
mailing list