From 8ae5413a2f9e0208bb21ea4f2094d3f9c00661c1 Mon Sep 17 00:00:00 2001 From: Krista Pratico Date: Thu, 3 Feb 2022 10:20:14 -0800 Subject: [PATCH] [translation] add keywords to assist in searching for the package in pypi (#22882) * add keywords to assist in searching for the package in pypi * add kws that describe what the package does --- sdk/translation/azure-ai-translation-document/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/translation/azure-ai-translation-document/setup.py b/sdk/translation/azure-ai-translation-document/setup.py index 1199e14302cf..497315e11443 100644 --- a/sdk/translation/azure-ai-translation-document/setup.py +++ b/sdk/translation/azure-ai-translation-document/setup.py @@ -31,6 +31,7 @@ long_description=readme + '\n\n' + changelog, long_description_content_type='text/markdown', url='https://github.com/Azure/azure-sdk-for-python', + keywords="azure, cognitive services, document translation, document translator, translator, translate, translation", author='Microsoft Corporation', author_email='azpysdkhelp@microsoft.com', license='MIT License',