We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d3cfe commit 3935c56Copy full SHA for 3935c56
1 file changed
tools/azure-sdk-tools/linting_tools/lint_test_bench/setup.py
@@ -12,8 +12,14 @@
12
"openai>=1.12.0",
13
"azure-identity>=1.12.0"
14
],
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",
+ author="Microsoft Corporation",
+ author_email="azpysdkhelp@microsoft.com",
+ url="https://github.com/Azure/azure-sdk-for-python",
+ 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
+ ],
25
)
0 commit comments