File tree Expand file tree Collapse file tree 2 files changed +5
-233
lines changed Expand file tree Collapse file tree 2 files changed +5
-233
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
22
long_description = open (README ).read (),
23
23
author = 'Common workflow language working group' ,
24
24
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 " ,
27
27
license = 'Apache 2.0' ,
28
28
packages = ["cwltool" ],
29
29
package_data = {'cwltool' : ['schemas/draft-2/*.yml' ,
42
42
'rdflib-jsonld >= 0.3.0' ,
43
43
'shellescape' ,
44
44
'schema-salad==1.17.20160820171034' ,
45
- 'typing >= 3.5.2' ],
45
+ 'typing >= 3.5.2' ,
46
+ 'cwltest' ],
46
47
test_suite = 'tests' ,
47
48
tests_require = [],
48
49
entry_points = {
49
- 'console_scripts' : [ "cwltool=cwltool.main:main" , "cwltest=cwltool.cwltest:main" ]
50
+ 'console_scripts' : [ "cwltool=cwltool.main:main" ]
50
51
},
51
52
zip_safe = True ,
52
53
cmdclass = {'egg_info' : tagger },
You can’t perform that action at this time.
0 commit comments