File tree Expand file tree Collapse file tree 3 files changed +6
-234
lines changed Expand file tree Collapse file tree 3 files changed +6
-234
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ ruamel.yaml == 0.12.4
3
3
rdflib >= 4.1.0
4
4
rdflib-jsonld >= 0.3.0
5
5
shellescape
6
- schema-salad == 1.16.20160819133325
6
+ schema-salad == 1.17.20160820171034
7
7
typing >= 3.5.2
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