dev-python/cement: Version Bump

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561942

Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-10-02 11:13:35 +02:00
parent ca1659a740
commit cc2daef94d
3 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index d1318e7..ee184b5 100644
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@ setup(name='cement',
author_email='team@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',