Skip to content

Commit 450278f

Browse files
committed
chore: RunPod --> Runpod
1 parent cfe40fe commit 450278f

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.8"
77
license = { text = "MIT License" }
88
authors = [
9-
{ name = "RunPod", email = "engineer@runpod.io" },
10-
{ name = "Justin Merrell", email = "justin.merrell@runpod.io" },
9+
{ name = "Runpod", email = "engineer@runpod.io" },
1110
]
1211
keywords = [
1312
"runpod",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
description="🐍 | Python library for Runpod API and serverless worker SDK.",
3939
long_description=long_description,
4040
long_description_content_type="text/markdown",
41-
author="RunPod",
41+
author="Runpod",
4242
author_email="engineer@runpod.io",
4343
url="https://runpod.io",
4444
project_urls={

0 commit comments

Comments
 (0)