From 51fa4e28571460197013e0d23ecef3ccb073ec59 Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Mon, 19 Apr 2021 20:11:06 -0700 Subject: [PATCH] Fix package author information Package ownership was transfered to Cisco to by maintained by the ClamAV Team. I forgot to update some of the fields in setup.py to reflect this. --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 072f91f..3e31194 100644 --- a/setup.py +++ b/setup.py @@ -6,13 +6,13 @@ setuptools.setup( name="cvdupdate", version="1.0.0", - author="Micah Snyder", - author_email="micasnyd@cisco.com", + author="The ClamAV Team", + author_email="clamav-bugs@external.cisco.com", copyright="Copyright (C) 2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.", description="ClamAV Private Database Mirror Updater Tool", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/micahsnyder/cvdupdate", + url="https://github.com/Cisco-Talos/cvdupdate", packages=setuptools.find_packages(), entry_points={ "console_scripts": [