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

Commit d21e81f

Browse files
committed
define author_email in setup.py (per ./setup.py check)
Signed-off-by: Marques Johansson <mjohansson@equinix.com>
1 parent 3df8cdb commit d21e81f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ __pycache__/
66
# C extensions
77
*.so
88
.idea/
9+
.vscode/
910

1011
# Distribution / packaging
1112
.Python

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ def get_version(rel_path):
3838
long_description=long_description,
3939
long_description_content_type="text/markdown",
4040
url="https://github.com/packethost/packet-python",
41-
author="Packet Developers",
41+
author="Equinix Metal Developers",
42+
author_email="support@equinixmetal.com",
4243
license="LGPL v3",
4344
keywords="packet api client",
4445
packages=["packet"],

0 commit comments

Comments
 (0)