Skip to content

Commit 3935c56

Browse files
committed
update setup
1 parent c9d3cfe commit 3935c56

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

  • tools/azure-sdk-tools/linting_tools/lint_test_bench

tools/azure-sdk-tools/linting_tools/lint_test_bench/setup.py

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,14 @@
1212
"openai>=1.12.0",
1313
"azure-identity>=1.12.0"
1414
],
15-
author="Your Name",
16-
author_email="your.email@example.com",
17-
description="Azure SDK Linting Bot using Azure OpenAI",
18-
python_requires=">=3.8",
15+
author="Microsoft Corporation",
16+
author_email="azpysdkhelp@microsoft.com",
17+
url="https://github.com/Azure/azure-sdk-for-python",
18+
description="Azure SDK Linting Test Bench using OpenAI SDK",
19+
python_requires=">=3.9",
20+
classifiers=[
21+
"Programming Language :: Python :: 3",
22+
"License :: OSI Approved :: MIT License",
23+
"Operating System :: OS Independent",
24+
],
1925
)

0 commit comments

Comments
 (0)