9316: Include documentation in CWL SDK.
authorBrett Smith <brett@curoverse.com>
Tue, 31 May 2016 01:32:52 +0000 (21:32 -0400)
committerBrett Smith <brett@curoverse.com>
Tue, 31 May 2016 01:32:52 +0000 (21:32 -0400)
commit63e7b750c32f4450f3279558210025b905b5e183
tree70d64d3d798edafc6fb901c6c0835827d8e16332
parent6cb51851834989ff540c5e2a1fe6b88f1c26a089
9316: Include documentation in CWL SDK.

This is necessary to make pip distributions installable, since
setup.py tries to open README.rst.  Closes #9316.
sdk/cwl/LICENSE-2.0.txt [new file with mode: 0644]
sdk/cwl/MANIFEST.in [new file with mode: 0644]
sdk/cwl/setup.py