From 2055c6d698201a8be462108ed44c0f66e265b3a7 Mon Sep 17 00:00:00 2001 From: "michael.du" Date: Tue, 9 May 2017 13:28:57 +0800 Subject: [PATCH] Update MANIFEST.in fix the issue which failed to compile the confluent_client, it is due to the add confluent_env.csh in profile, but not add it in MANIFEST --- confluent_client/MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/confluent_client/MANIFEST.in b/confluent_client/MANIFEST.in index 2a8d2b80..a0e989c3 100644 --- a/confluent_client/MANIFEST.in +++ b/confluent_client/MANIFEST.in @@ -1 +1,2 @@ -include confluent_env.sh \ No newline at end of file +include confluent_env.sh +include confluent_env.csh