You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by is...@apache.org on 2020/09/04 18:00:22 UTC

[airavata-custos] branch develop updated: Change setup.py to package certificate files

This is an automated email from the ASF dual-hosted git repository.

isjarana pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0c7ffdd  Change setup.py to package certificate files
     new ea59140  Merge pull request #104 from isururanawaka/pythonSDK
0c7ffdd is described below

commit 0c7ffdd887b0c48bd76532180dc2ab2a240e79ae
Author: Isuru Ranawaka <ir...@gmail.com>
AuthorDate: Fri Sep 4 13:59:11 2020 -0400

    Change setup.py to package certificate files
---
 custos-client-sdks/custos-python-sdk/setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/custos-client-sdks/custos-python-sdk/setup.py b/custos-client-sdks/custos-python-sdk/setup.py
index 7031151..da03f6e 100644
--- a/custos-client-sdks/custos-python-sdk/setup.py
+++ b/custos-client-sdks/custos-python-sdk/setup.py
@@ -12,7 +12,8 @@ setup(
     name='custos-python-sdk',
     version='1.0.0',
     packages=find_packages(),
-    package_data={'transport': ['*.ini', '*.pem'], 'sample': ['*.pem']},
+    package_data={'': ['*.pem']},
+    include_package_data=True,
     url='http://custos.com',
     license='Apache License 2.0',
     author='Custos Developers',