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
33rdflib >= 4.1.0
44rdflib-jsonld >= 0.3.0
55shellescape
6- schema-salad == 1.16.20160819133325
6+ schema-salad == 1.17.20160820171034
77typing >= 3.5.2
Original file line number Diff line number Diff line change 2222 long_description = open (README ).read (),
2323 author = 'Common workflow language working group' ,
2424 author_email = 'common-workflow-language@googlegroups.com' ,
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' ,
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 },
You can’t perform that action at this time.
0 commit comments