Skip to content

Commit 78957b2

Browse files
author
Ashwin Ramesh
authored
Fixed syntax error in setup.py (#215)
1 parent 7cd311f commit 78957b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def get_tag(self):
7878
long_description=
7979
"""See the Model Analyzer's [installation documentation](https://github.com/triton-inference-server/model_analyzer/blob/main/docs/install.md#using-pip3) """
8080
"""for package details. The [quick start](https://github.com/triton-inference-server/model_analyzer/blob/main/docs/quick_start.md) documentation """
81-
"""describes how to get started with profiling and analysis using Triton Model Analyzer."""
81+
"""describes how to get started with profiling and analysis using Triton Model Analyzer.""",
8282
license='BSD',
8383
url='https://developer.nvidia.com/nvidia-triton-inference-server',
8484
keywords=[

0 commit comments

Comments
 (0)