Skip to content

Commit

Permalink
Fix package author information
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
micahsnyder committed Apr 20, 2021
1 parent 0cde62e commit 51fa4e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 51fa4e2

Please sign in to comment.