You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2021/05/04 16:44:38 UTC

[incubator-mxnet] branch v1.x updated: update short desc for pip (#20237)

This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch v1.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v1.x by this push:
     new b1b85d4  update short desc for pip (#20237)
b1b85d4 is described below

commit b1b85d45321a6817ec5d7b157d8cafefe3747d93
Author: Sheng Zha <sz...@users.noreply.github.com>
AuthorDate: Tue May 4 12:42:08 2021 -0400

    update short desc for pip (#20237)
    
    Signed-off-by: Sheng Zha <zh...@amazon.com>
---
 tools/pip/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/pip/setup.py b/tools/pip/setup.py
index 4e4b37b..4428afc 100644
--- a/tools/pip/setup.py
+++ b/tools/pip/setup.py
@@ -126,7 +126,7 @@ with open('doc/PYPI_README.md') as readme_file:
 with open('doc/{0}_ADDITIONAL.md'.format(variant)) as variant_doc:
     long_description = long_description + skip_markdown_comments(variant_doc.read())
 
-short_description = 'MXNet is an ultra-scalable deep learning framework.'
+short_description = 'Apache MXNet is an ultra-scalable deep learning framework.'
 libraries = []
 if variant == 'CPU':
     libraries.append('openblas')