Skip to content

Commit a1e25a3

Browse files
committed
rename cwl-runner package to cwlref-runner
1 parent 6ecf9cc commit a1e25a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Install
2323

2424
Installing the official package from PyPi (will install "cwltool" package as well)::
2525

26-
pip install cwl-runner
26+
pip install cwlref-runner
2727

2828
Or from source::
2929

cwl-runner/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
SETUP_DIR = os.path.dirname(__file__)
1111
README = os.path.join(SETUP_DIR, 'README')
1212

13-
setup(name='cwl_runner',
13+
setup(name='cwlref-runner',
1414
version='1.0',
1515
description='Common workflow language reference implementation',
1616
long_description=open(README).read(),
1717
author='Common workflow language working group',
1818
author_email='[email protected]',
19-
url="https://github.com/common-workflow-language/common-workflow-language",
19+
url="http://www.commonwl.org",
2020
download_url="https://github.com/common-workflow-language/common-workflow-language",
2121
license='Apache 2.0',
2222
install_requires=[

0 commit comments

Comments
 (0)