File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 10
10
SETUP_DIR = os .path .dirname (__file__ )
11
11
README = os .path .join (SETUP_DIR , 'README' )
12
12
13
- setup (name = 'cwl_service ' ,
13
+ setup (name = 'cwltool_service ' ,
14
14
version = '1.0' ,
15
15
description = 'Common workflow language runner service' ,
16
16
long_description = open (README ).read (),
19
19
url = "https://github.com/common-workflow-language/common-workflow-language" ,
20
20
download_url = "https://github.com/common-workflow-language/common-workflow-language" ,
21
21
license = 'Apache 2.0' ,
22
- py_modules = ["cwl_service " ],
22
+ py_modules = ["cwltool_service " ],
23
23
install_requires = [
24
24
'cwltool'
25
25
],
26
26
entry_points = {
27
- 'console_scripts' : [ "cwl -service=cwl_service:main" ]
27
+ 'console_scripts' : [ "cwltool -service=cwl_service:main" ]
28
28
},
29
29
zip_safe = True
30
30
)
You can’t perform that action at this time.
0 commit comments