Skip to content

Commit 460768f

Browse files
Fixed STG76 GA setup.py classifier (#17007)
1 parent c3b472d commit 460768f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/storage/azure-storage-blob/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
author_email='[email protected]',
7272
url='https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-blob',
7373
classifiers=[
74-
"Development Status :: 5 - Stable",
74+
"Development Status :: 5 - Production/Stable",
7575
'Programming Language :: Python',
7676
'Programming Language :: Python :: 2',
7777
'Programming Language :: Python :: 2.7',

sdk/storage/azure-storage-file-datalake/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
author_email='[email protected]',
7373
url='https://github.com/Azure/azure-sdk-for-python',
7474
classifiers=[
75-
"Development Status :: 5 - Stable",
75+
"Development Status :: 5 - Production/Stable",
7676
'Programming Language :: Python',
7777
'Programming Language :: Python :: 2',
7878
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)