X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a301612e7c0f300c1d3ba68d31f0da61cbb2d020..b810854ddeccc8fff3ac718e8085a4cafb7f6b86:/sdk/cwl/setup.py diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index 3fc7433adf..6922b90e17 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -29,9 +29,14 @@ setup(name='arvados-cwl-runner', 'bin/cwl-runner', 'bin/arvados-cwl-runner' ], + # Make sure to update arvados/build/run-build-packages.sh as well + # when updating the cwltool version pin. install_requires=[ - 'cwltool>=1.0.20160311170456', - 'arvados-python-client>=0.1.20160219154918' + 'cwltool==1.0.20160918012352', + 'arvados-python-client>=0.1.20160826210445' + ], + data_files=[ + ('share/doc/arvados-cwl-runner', ['LICENSE-2.0.txt', 'README.rst']), ], test_suite='tests', tests_require=['mock>=1.0'],