Skip to content

Commit 907f081

Browse files
Fix the format issues in pip package descriptions. (#2140)
* Fix the format issues in pip pkg descriptions. * Update descriptions according to the comments.
1 parent 22ca560 commit 907f081

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup_client.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
version="develop",
2222
description="The client command line tool for ElasticDL.",
2323
long_description="ElasticDL Client is the client command line tool for"
24-
"ElasticDL. It's convenient with it to build and push Docker images for"
25-
"a distributed ElasticDL job. And then we can use it to submit a train, "
26-
"evaluate or predict job to a Kubernetes cluster.",
24+
" ElasticDL. Users can use it to submit distributed ElasticDL jobs to"
25+
" a Kubernetes cluster. It also provides an easy way to build and push"
26+
" Docker images for distributed ElasticDL jobs.",
2727
long_description_content_type="text/markdown",
2828
author="Ant Financial",
2929
url="https://elasticdl.org",

setup_preprocessing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
long_description="This is an extension of the native Keras Preprocessing"
2828
" Layers and Feature Column API from TensorFlow. We can develop our model"
2929
" using the native high-level API from TensorFlow and our library."
30-
"We can train this model using native TensorFlow or ElasticDL.",
30+
" We can train this model using native TensorFlow or ElasticDL.",
3131
long_description_content_type="text/markdown",
3232
author="Ant Financial",
3333
url="https://elasticdl.org",

0 commit comments

Comments
 (0)