commit | a9d2c2ce528edbffafb2fe52d21750fa314ee9ab | [log] [tgz] |
---|---|---|
author | Illyoung Choi <iychoi@opennetworking.org> | Fri Jul 12 13:29:42 2019 -0700 |
committer | Illyoung Choi <iychoi@opennetworking.org> | Mon Jul 15 12:51:22 2019 -0700 |
tree | 13fbf8a76abbfb065049b3ede0fb66151f690755 | |
parent | da398399ecf381a277f6553aec6f821b6af38594 [diff] [blame] |
Implement controller client - Probe, Manager, WorkflowRun classes are provided to interact with CORD Workflow Controller Change-Id: I0ad8d3661864635d9701eab1cb089cb17f81cd50
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..45c47fc --- /dev/null +++ b/MANIFEST.in
@@ -0,0 +1,3 @@ +include README.rst +include requirements.txt +include VERSION \ No newline at end of file