Skip to content

Commit 028e93a

Browse files
author
Peter Amstutz
committed
Rename to cwltool-service instead of cwl-service
1 parent 99c8c38 commit 028e93a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
File renamed without changes.

setup.py

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

13-
setup(name='cwl_service',
13+
setup(name='cwltool_service',
1414
version='1.0',
1515
description='Common workflow language runner service',
1616
long_description=open(README).read(),
@@ -19,12 +19,12 @@
1919
url="https://github.com/common-workflow-language/common-workflow-language",
2020
download_url="https://github.com/common-workflow-language/common-workflow-language",
2121
license='Apache 2.0',
22-
py_modules=["cwl_service"],
22+
py_modules=["cwltool_service"],
2323
install_requires=[
2424
'cwltool'
2525
],
2626
entry_points={
27-
'console_scripts': [ "cwl-service=cwl_service:main" ]
27+
'console_scripts': [ "cwltool-service=cwl_service:main" ]
2828
},
2929
zip_safe=True
3030
)

0 commit comments

Comments
 (0)