Skip to content

Commit 0554042

Browse files
Poetry project file fixes
Preparing for publishing using Poetry.
1 parent 8393495 commit 0554042

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ description = "Meraki library for Python"
55
authors = [
66
{name = "Cisco Meraki",email = "api-feedback@meraki.net"}
77
]
8-
homepage = "https://github.com/meraki/dashboard-api-python"
9-
repository = "https://github.com/meraki/dashboard-api-python"
108
license = {text = "MIT License"}
119
readme = "README.md"
1210
requires-python = ">=3.10"
13-
package-mode = false
1411
dependencies = [
1512
"requests (>=2.32.2,<3.0.0)",
1613
"aiohttp (>=3.9.4,<4.0.0)",
@@ -19,6 +16,9 @@ dependencies = [
1916
"setuptools (>=70.0.0,<71.0.0)"
2017
]
2118

19+
[project.urls]
20+
homepage = "https://github.com/meraki/dashboard-api-python"
21+
repository = "https://github.com/meraki/dashboard-api-python"
2222

2323
[build-system]
2424
requires = ["poetry-core>=2.0.0,<3.0.0"]

0 commit comments

Comments
 (0)