From 0c374676725e09dd76929d5d660df52f092124fb Mon Sep 17 00:00:00 2001 From: thebongy Date: Sun, 23 Jun 2019 20:09:00 +0530 Subject: [PATCH] feat: Add setup.cfg, and keywords to setup.py --- setup.cfg | 2 ++ setup.py | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..224a779 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[metadata] +description-file = README.md \ No newline at end of file diff --git a/setup.py b/setup.py index cfedd8b..3bee9fc 100644 --- a/setup.py +++ b/setup.py @@ -11,5 +11,6 @@ license='MIT', author='Vicara', author_email='dev@vicara.co', - description='Python Client Library for the KaiSDK' + description='Python Client Library for the KaiSDK', + keywords=["vicara", "kai", "sdk"] )