From cddb7244e2853737644f06043056526437ecb7fe Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Tue, 20 Feb 2018 11:03:18 -0500 Subject: Exclude tests from package Change-Id: Ic627442b6700bf68e15b95e0e2a5927e72315da4 Signed-off-by: Lusheng Ji Issue-ID: DCAEGEN2-355 --- pom.xml | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 3f4a09d..a85ca40 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.onap.dcaegen2.platform configbinding dcaegen2-platform-configbinding - 1.3.1 + 1.3.2 http://maven.apache.org UTF-8 diff --git a/setup.py b/setup.py index 881234a..51e41be 100644 --- a/setup.py +++ b/setup.py @@ -23,8 +23,8 @@ from pip.download import PipSession setup( name='config_binding_service', - version='1.3.1', - packages=find_packages(), + version='1.3.2', + packages=find_packages(exclude=["tests.*", "tests"]), author = "Tommy Carpenter", author_email = "tommy@research.att.com", description='Service to fetch and bind configurations', -- cgit 1.2.3-korg