Skip to content

Commit

Permalink
Unify project description with tensorrt_libs
Browse files Browse the repository at this point in the history
Signed-off-by: ddelange <[email protected]>
  • Loading branch information
ddelange committed Jun 22, 2023
1 parent 8f412dd commit c89ff0e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion python/packaging/frontend_sdist/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,18 @@
name=tensorrt_module,
version=tensorrt_version,
description="A high performance deep learning inference library",
long_description="A high performance deep learning inference library\n\nInstall using `pip install tensorrt --extra-index-url https://pypi.nvidia.com` or run `export PIP_EXTRA_INDEX_URL=https://pypi.nvidia.com` (comma-separated URLs) and then `pip install tensorrt`.",
long_description="""A high performance deep learning inference library
To install, please execute the following:
```
pip install tensorrt --extra-index-url https://pypi.nvidia.com
```
Or put the index URL in the (comma-separated) PIP_EXTRA_INDEX_URL environment variable:
```
export PIP_EXTRA_INDEX_URL=https://pypi.nvidia.com
pip install tensorrt
```
""",
long_description_content_type="text/markdown",
author="NVIDIA Corporation",
license="Proprietary",
Expand Down

0 comments on commit c89ff0e

Please sign in to comment.