From f53e5e70d88d813fb84848538472c601914ec652 Mon Sep 17 00:00:00 2001 From: Alex Shatov Date: Thu, 11 Jan 2018 11:15:56 -0500 Subject: moved module docstring below the license text Change-Id: I2a3628cb67d15ab2828f6818764d111df13e795a Issue-ID: DCAEGEN2-249 Signed-off-by: Alex Shatov --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 63c41a2..3493582 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,3 @@ -"""package for policy-handler of DCAE-Controller""" - # org.onap.dcae # ================================================================================ # Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. @@ -19,6 +17,8 @@ # # ECOMP is a trademark and service mark of AT&T Intellectual Property. +"""package for policy-handler of DCAE-Controller""" + from setuptools import setup setup( -- cgit 1.2.3-korg