Skip to content

Commit 67e0319

Browse files
author
Peter Amstutz
committed
Separate out cwltest to a separate repository & package
1 parent be0484b commit 67e0319

File tree

2 files changed

+5
-233
lines changed

2 files changed

+5
-233
lines changed

cwltool/cwltest.py

Lines changed: 0 additions & 229 deletions
This file was deleted.

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
long_description=open(README).read(),
2323
author='Common workflow language working group',
2424
author_email='[email protected]',
25-
url="https://github.com/common-workflow-language/common-workflow-language",
26-
download_url="https://github.com/common-workflow-language/common-workflow-language",
25+
url="https://github.com/common-workflow-language/cwltool",
26+
download_url="https://github.com/common-workflow-language/cwltool",
2727
license='Apache 2.0',
2828
packages=["cwltool"],
2929
package_data={'cwltool': ['schemas/draft-2/*.yml',
@@ -42,11 +42,12 @@
4242
'rdflib-jsonld >= 0.3.0',
4343
'shellescape',
4444
'schema-salad==1.17.20160820171034',
45-
'typing >= 3.5.2' ],
45+
'typing >= 3.5.2',
46+
'cwltest'],
4647
test_suite='tests',
4748
tests_require=[],
4849
entry_points={
49-
'console_scripts': [ "cwltool=cwltool.main:main", "cwltest=cwltool.cwltest:main" ]
50+
'console_scripts': [ "cwltool=cwltool.main:main" ]
5051
},
5152
zip_safe=True,
5253
cmdclass={'egg_info': tagger},

0 commit comments

Comments
 (0)