Skip to content

Commit c935c3d

Browse files
authored
Remove duplication in Monitor Query package description (Azure#20501)
1 parent 791acc1 commit c935c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/monitor/azure-monitor-query/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
setup(
5454
name=PACKAGE_NAME,
5555
version=version,
56-
description='Microsoft Azure {} Client Library for Python'.format(PACKAGE_PPRINT_NAME),
56+
description='Microsoft {} Client Library for Python'.format(PACKAGE_PPRINT_NAME),
5757
long_description=readme + '\n\n' + changelog,
5858
long_description_content_type='text/markdown',
5959
license='MIT License',

0 commit comments

Comments
 (0)