Skip to content

Commit 28a906f

Browse files
Cosmetics
1 parent ff8df1f commit 28a906f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

setup.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ def read_version():
7070
version=read_version(),
7171
author="Amazon Web Services",
7272
description="A helper library to connect into Amazon SageMaker with AWS Systems Manager and SSH (Secure Shell)",
73-
long_description=
74-
"SageMaker SSH Helper is a library that allows you to \"SSH into SageMaker\", "
75-
"i.e., securely connect to Amazon SageMaker training jobs, processing jobs, "
76-
"and realtime inference endpoints as well as SageMaker Studio notebook containers "
77-
"for fast interactive experimentation, remote debugging, and advanced troubleshooting."
78-
"\n\n"
79-
f"For the documentation, see the repo [https://github.com/aws-samples/sagemaker-ssh-helper/tree/{read_version()}]"
80-
f"(https://github.com/aws-samples/sagemaker-ssh-helper/tree/{read_version()}).",
73+
long_description="SageMaker SSH Helper is a library that allows you to \"SSH into SageMaker\", "
74+
"i.e., securely connect to Amazon SageMaker training jobs, processing jobs, "
75+
"and realtime inference endpoints as well as SageMaker Studio notebook containers "
76+
"for fast interactive experimentation, remote debugging, and advanced troubleshooting."
77+
"\n\n"
78+
f"For the documentation, see the repo "
79+
f"[https://github.com/aws-samples/sagemaker-ssh-helper/tree/{read_version()}]"
80+
f"(https://github.com/aws-samples/sagemaker-ssh-helper/tree/{read_version()}).",
8181
long_description_content_type='text/markdown',
8282
url='https://github.com/aws-samples/sagemaker-ssh-helper',
8383
packages=setuptools.find_packages(),

0 commit comments

Comments
 (0)