File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 19
19
setup (
20
20
name = "elasticdl_client" ,
21
21
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" ,
23
28
author = "Ant Financial" ,
24
29
url = "https://elasticdl.org" ,
25
30
install_requires = required_deps ,
Original file line number Diff line number Diff line change 23
23
setup (
24
24
name = "elasticdl_preprocessing" ,
25
25
version = "develop" ,
26
- description = "A Kubernetes-native Deep Learning Framework " ,
26
+ description = "A feature preprocessing library. " ,
27
27
long_description = "This is an extension of the native Keras Preprocessing"
28
28
" Layers and Feature Column API from TensorFlow. We can develop our model"
29
29
" using the native high-level API from TensorFlow and our library."
You can’t perform that action at this time.
0 commit comments