8442: Add --crunch1/--crunch2 switch
[arvados.git] / sdk / cwl / setup.py
index c069843c1f395a271cf5a90d604a6596232be004..591bddefeef822b47319c79ddac195530725315d 100644 (file)
@@ -30,9 +30,12 @@ setup(name='arvados-cwl-runner',
           'bin/arvados-cwl-runner'
       ],
       install_requires=[
-          'cwltool==1.0.20160518201549',
+          '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'],
       zip_safe=True,