From 2108563705a2ec8bb80029d36122c69fa4d06df5 Mon Sep 17 00:00:00 2001 From: "Hansen, Tony (th1395)" Date: Wed, 1 Dec 2021 22:01:56 +0000 Subject: run the black formatting tool on python code also fix up some copyright & license block lines Change-Id: Ifb628e2ef1e5f13fed0a29964eec387d3982d605 Signed-off-by: Hansen, Tony (th1395) Issue-ID: DCAEGEN2-2995 Signed-off-by: Hansen, Tony (th1395) --- setup.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 22af9ab..297d168 100644 --- a/setup.py +++ b/setup.py @@ -33,10 +33,10 @@ from setuptools import setup, find_packages ## from pip.download import PipSession setup( - name='miss_htbt_service', - description='Missing heartbeat microservice to communicate with policy-engine', - version='2.4.0', - #packages=find_packages(exclude=["tests.*", "tests"]), + name="miss_htbt_service", + description="Missing heartbeat microservice to communicate with policy-engine", + version="2.4.0", + # packages=find_packages(exclude=["tests.*", "tests"]), packages=find_packages(), install_requires=[ "requests==2.23.0", @@ -47,12 +47,12 @@ setup( "HTTPretty==1.0.5", "pyOpenSSL==20.0.1", "Wheel==0.36.2", - "psycopg2-binary==2.8.6" + "psycopg2-binary==2.8.6", ], - author = "Vijay Venkatesh Kumar", - author_email = "vv770d@att.com", - license = "", - keywords = "missing heartbeat microservice", - url = "https://gerrit.onap.org/r/#/admin/projects/dcaegen2/platform/heartbeat", + author="Vijay Venkatesh Kumar", + author_email="vv770d@att.com", + license="", + keywords="missing heartbeat microservice", + url="https://gerrit.onap.org/r/#/admin/projects/dcaegen2/platform/heartbeat", zip_safe=False, ) -- cgit 1.2.3-korg