We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd4acd commit 73eaf5aCopy full SHA for 73eaf5a
1 file changed
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["hatchling", "hatch-vcs"]
3
build-backend = "hatchling.build"
4
5
[project]
6
-name = "mpesa-sdk"
+name = "mpesakit"
7
dynamic = ["version"]
8
description = "A Python SDK for integrating with M-Pesa APIs"
9
readme = "README.md"
@@ -47,9 +47,9 @@ dependencies = [
47
]
48
49
[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"
+Homepage = "https://github.com/rafaeljohn9/mpesakit"
+Repository = "https://github.com/rafaeljohn9/mpesakit"
+Issues = "https://github.com/rafaeljohn9/mpesakit/issues"
53
54
55
[project.optional-dependencies]
0 commit comments