Skip to content

Commit 93c66bf

Browse files
update template setup.py to include keywords (Azure#23096)
* update template setup.py to include keywords * update azure-sdk-tools setup and include just azure kw
1 parent ce453a9 commit 93c66bf

File tree

2 files changed

+2
-0
lines changed
  • sdk/template/azure-template
  • tools/azure-sdk-tools/packaging_tools/templates

2 files changed

+2
-0
lines changed

sdk/template/azure-template/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
long_description=long_description,
3636
long_description_content_type="text/markdown",
3737
url="https://github.com/Azure/azure-sdk-for-python",
38+
keywords="azure, azure sdk", # update with search keywords relevant to the azure service / product
3839
author="Microsoft Corporation",
3940
author_email="[email protected]",
4041
license="MIT License",

tools/azure-sdk-tools/packaging_tools/templates/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
author='Microsoft Corporation',
4646
author_email='[email protected]',
4747
url='https://github.com/Azure/azure-sdk-for-python',
48+
keywords="azure, azure sdk", # update with search keywords relevant to the azure service / product
4849
classifiers=[
4950
'{{classifier}}',
5051
'Programming Language :: Python',

0 commit comments

Comments
 (0)