Skip to content

Commit 73eaf5a

Browse files
committed
refactor: renamed 'mpesa-sdk' to 'mpesakit'
1 parent 9fd4acd commit 73eaf5a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["hatchling", "hatch-vcs"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "mpesa-sdk"
6+
name = "mpesakit"
77
dynamic = ["version"]
88
description = "A Python SDK for integrating with M-Pesa APIs"
99
readme = "README.md"
@@ -47,9 +47,9 @@ dependencies = [
4747
]
4848

4949
[project.urls]
50-
Homepage = "https://github.com/rafaeljohn9/mpesa-sdk"
51-
Repository = "https://github.com/rafaeljohn9/mpesa-sdk"
52-
Issues = "https://github.com/rafaeljohn9/mpesa-sdk/issues"
50+
Homepage = "https://github.com/rafaeljohn9/mpesakit"
51+
Repository = "https://github.com/rafaeljohn9/mpesakit"
52+
Issues = "https://github.com/rafaeljohn9/mpesakit/issues"
5353

5454

5555
[project.optional-dependencies]

0 commit comments

Comments
 (0)