Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit e78f3af

Browse files
committed
lib: update module meta info
1 parent 264dd90 commit e78f3af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packet/__init__.py

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

44
__version__ = "1.0"
5-
__author__ = "Aaron Welch ( https://www.packet.net/about/team/aaron-welch/ )"
6-
__author_email__ = "welch@packet.net"
5+
__author__ = "Packet Engineers"
6+
__author_email__ = "help@packet.net"
77
__license__ = "LGPL v3"
8-
__copyright__ = "Copyright (c) 2015, Aaron Welch and Packet"
8+
__copyright__ = "Copyright (c) 2019, Packet"
99

1010
from .Device import Device # noqa
1111
from .Facility import Facility # noqa

0 commit comments

Comments
 (0)