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 Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Install
23
23
24
24
Installing the official package from PyPi (will install "cwltool" package as well)::
25
25
26
- pip install cwl -runner
26
+ pip install cwlref -runner
27
27
28
28
Or from source::
29
29
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_runner ' ,
13
+ setup (name = 'cwlref-runner ' ,
14
14
version = '1.0' ,
15
15
description = 'Common workflow language reference implementation' ,
16
16
long_description = open (README ).read (),
17
17
author = 'Common workflow language working group' ,
18
18
19
- url = "https ://github.com/common-workflow-language/common-workflow-language " ,
19
+ url = "http ://www.commonwl.org " ,
20
20
download_url = "https://github.com/common-workflow-language/common-workflow-language" ,
21
21
license = 'Apache 2.0' ,
22
22
install_requires = [
You can’t perform that action at this time.
0 commit comments