From 90f21051fc4347a84a2c079c994e03abbfec5c62 Mon Sep 17 00:00:00 2001 From: Alex Shatov Date: Wed, 10 Jan 2018 11:39:32 -0500 Subject: variable collection of policies per component * new feature variable collection of policies per component in DCAE * massive refactoring * Unit Test coverage 100% * moved module docstring below the license text Change-Id: I5ba392cb5c42ec136306772163c370d64974ae3c Issue-ID: DCAEGEN2-249 Signed-off-by: Alex Shatov --- onap-dcae-dcaepolicy-lib/setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'onap-dcae-dcaepolicy-lib/setup.py') diff --git a/onap-dcae-dcaepolicy-lib/setup.py b/onap-dcae-dcaepolicy-lib/setup.py index 7a4e71a..b0c12cd 100644 --- a/onap-dcae-dcaepolicy-lib/setup.py +++ b/onap-dcae-dcaepolicy-lib/setup.py @@ -1,5 +1,3 @@ -"""setup.py is used for package build and distribution""" - # org.onap.dcae # ================================================================================ # Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. @@ -19,12 +17,14 @@ # # ECOMP is a trademark and service mark of AT&T Intellectual Property. +"""setup.py is used for package build and distribution""" + from setuptools import setup, find_packages setup( name='onap-dcae-dcaepolicy-lib', description='lib of policy decorators to be used by cloudify plugins of dcae controller', - version="1.0.0", + version="2.0.0", author='Alex Shatov', author_email="alexs@att.com", license='Apache 2', -- cgit 1.2.3-korg