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"] )