Skip to content

Commit dbcb8aa

Browse files
committed
update package author and copyright
Signed-off-by: Marques Johansson <[email protected]>
1 parent 799ae83 commit dbcb8aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packet/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"""library to interact with the Packet API"""
55

66
__version__ = "1.43.1"
7-
__author__ = "Packet Engineers"
8-
__author_email__ = "[email protected]"
7+
__author__ = "Equinix Metal Engineers"
8+
__author_email__ = "[email protected]"
99
__license__ = "LGPL v3"
10-
__copyright__ = "Copyright (c) 2020, Packet"
10+
__copyright__ = "Copyright (c) 2021, Equinix"
1111

1212
from .Device import Device # noqa
1313
from .Email import Email # noqa

0 commit comments

Comments
 (0)