X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d458444b6de03c10dcddc80882887dab1d67b201..f5bd38d4b168540ddb0e33db9e35a51ec5d60c17:/sdk/cwl/setup.py diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index 3fc7433adf..591bddefee 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -30,8 +30,11 @@ setup(name='arvados-cwl-runner', 'bin/arvados-cwl-runner' ], install_requires=[ - 'cwltool>=1.0.20160311170456', - 'arvados-python-client>=0.1.20160219154918' + 'cwltool==1.0.20160519182434', + 'arvados-python-client>=0.1.20160322001610' + ], + data_files=[ + ('share/doc/arvados-cwl-runner', ['LICENSE-2.0.txt', 'README.rst']), ], test_suite='tests', tests_require=['mock>=1.0'],