Skip to content

Commit 75adfde

Browse files
Update the descriptions for the packages: elasticdl_client and elasticdl_preprocessing (#2127)
* Add the description for the elasticdl_client package. * Update the description for elasticdl_preprocessing and elasticdl_client.
1 parent 8df3e98 commit 75adfde

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

setup_client.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@
1919
setup(
2020
name="elasticdl_client",
2121
version="develop",
22-
description="The client tool for ElasticDL.",
22+
description="The client command line tool for ElasticDL.",
23+
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.",
27+
long_description_content_type="text/markdown",
2328
author="Ant Financial",
2429
url="https://elasticdl.org",
2530
install_requires=required_deps,

setup_preprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
setup(
2424
name="elasticdl_preprocessing",
2525
version="develop",
26-
description="A Kubernetes-native Deep Learning Framework",
26+
description="A feature preprocessing library.",
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."

0 commit comments

Comments
 (0)