Skip to content

Commit a7e5df2

Browse files
committed
fix pyproject.toml
1 parent 73127d1 commit a7e5df2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/servicebus/azure-servicebus/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
]
1010
description = "Microsoft Azure Service Bus Client Library for Python"
1111
keywords = ["azure", "azure sdk"]
12-
requires-python = ">=3.8"
12+
requires-python = ">=3.9"
1313
license = "MIT"
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable",
@@ -30,7 +30,7 @@ dependencies = [
3030
dynamic = ["version", "readme"]
3131

3232
[project.urls]
33-
repository = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk"
33+
Repository = "https://github.com/Azure/azure-sdk-for-python.git"
3434

3535
[tool.setuptools.dynamic]
3636
version = {attr = "azure.servicebus._version.VERSION"}

0 commit comments

Comments
 (0)