8442: Add --crunch1/--crunch2 switch
[arvados.git] / sdk / cwl / setup.py
index 5191e5b68cd5b33a3de0124187409fbf30ad2365..591bddefeef822b47319c79ddac195530725315d 100644 (file)
@@ -33,6 +33,9 @@ setup(name='arvados-cwl-runner',
           '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,