File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 52
52
"go/pkg/kernel/capi/*" ,
53
53
]
54
54
},
55
- entry_points = {
56
- "console_scripts" : ["elasticdl=elasticdl.python.elasticdl.client:main" ]
57
- },
58
55
)
Original file line number Diff line number Diff line change 26
26
python_requires = ">=3.5" ,
27
27
packages = find_packages (include = ["elasticdl_client*" ]),
28
28
package_data = {"" : ["requirements.txt" ]},
29
- # TODO(brightcoder01): Use `elasticdl_client` as the binary name
30
- # temporarily. After we move all the functinality from main package
31
- # to elasticdl_client package, we will rename the binary name to
32
- # `elasticdl` and then remove the entry_points in main package.
33
- entry_points = {
34
- "console_scripts" : ["elasticdl_client=elasticdl_client.main:main" ]
35
- },
29
+ entry_points = {"console_scripts" : ["elasticdl=elasticdl_client.main:main" ]},
36
30
)
You can’t perform that action at this time.
0 commit comments