[Python-modules-commits] [python-cement] 05/13: Do not install examples package.
Michael Fladischer
fladi at moszumanska.debian.org
Thu Sep 8 08:26:39 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 dc6701b6981ea2b2490551f76ac1d64f0927fd44
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