We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8393495 commit 0554042Copy full SHA for 0554042
1 file changed
pyproject.toml
@@ -5,12 +5,9 @@ description = "Meraki library for Python"
5
authors = [
6
{name = "Cisco Meraki",email = "api-feedback@meraki.net"}
7
]
8
-homepage = "https://github.com/meraki/dashboard-api-python"
9
-repository = "https://github.com/meraki/dashboard-api-python"
10
license = {text = "MIT License"}
11
readme = "README.md"
12
requires-python = ">=3.10"
13
-package-mode = false
14
dependencies = [
15
"requests (>=2.32.2,<3.0.0)",
16
"aiohttp (>=3.9.4,<4.0.0)",
@@ -19,6 +16,9 @@ dependencies = [
19
"setuptools (>=70.0.0,<71.0.0)"
20
17
21
18
+[project.urls]
+homepage = "https://github.com/meraki/dashboard-api-python"
+repository = "https://github.com/meraki/dashboard-api-python"
22
23
[build-system]
24
requires = ["poetry-core>=2.0.0,<3.0.0"]
0 commit comments