From dbcb8aa20af575497ea38a9893dfaaf40eaadbc5 Mon Sep 17 00:00:00 2001 From: Marques Johansson Date: Mon, 19 Apr 2021 08:58:04 -0400 Subject: [PATCH] update package author and copyright Signed-off-by: Marques Johansson --- packet/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packet/__init__.py b/packet/__init__.py index 8e604f0..7bb1ab7 100644 --- a/packet/__init__.py +++ b/packet/__init__.py @@ -4,10 +4,10 @@ """library to interact with the Packet API""" __version__ = "1.43.1" -__author__ = "Packet Engineers" -__author_email__ = "help@packet.net" +__author__ = "Equinix Metal Engineers" +__author_email__ = "support@equinixmetal.com" __license__ = "LGPL v3" -__copyright__ = "Copyright (c) 2020, Packet" +__copyright__ = "Copyright (c) 2021, Equinix" from .Device import Device # noqa from .Email import Email # noqa