Skip to content

Commit 5deeec1

Browse files
Update pyproject.toml
Added author, homepage/repo info, fixed name.
1 parent dde4a47 commit 5deeec1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
[project]
2-
name = "dashboard-api-python"
2+
name = "meraki"
33
version = "1.54.0"
44
description = "Meraki library for Python"
55
authors = [
6-
{name = "Your Name",email = "you@example.com"}
6+
{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"
810
license = {text = "MIT License"}
911
readme = "README.md"
1012
requires-python = ">=3.10"

0 commit comments

Comments
 (0)