Skip to content

Commit d21e81f

Browse files
committed
define author_email in setup.py (per ./setup.py check)
Signed-off-by: Marques Johansson <[email protected]>
1 parent 3df8cdb commit d21e81f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.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="[email protected]",
4243
license="LGPL v3",
4344
keywords="packet api client",
4445
packages=["packet"],

0 commit comments

Comments
 (0)