-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
41 lines (38 loc) · 1.18 KB
/
pyproject.toml
File metadata and controls
41 lines (38 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[project]
name = "paystack-python-mcp"
version = "0.1.0"
description = "Paystack Python Model Context Protocol SDK"
readme = "README.md"
requires-python = ">=3.12"
authors = [{ name = "Akinshola Samuel AKINDE." }]
maintainers = [
{ name = "Akinshola Samuel AKINDE", email = "akinsholasamuel@gmail.com" },
]
keywords = ["paystack", "payment", "python", "git", "mcp", "llm", "automation"]
license = { text = "MIT" }
classifiers = [
"Development Status :: 1 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dependencies = [
"httpx>=0.28.1",
"mcp[cli]>=1.15.0",
"paystack-sdk>=0.0.10",
]
[dependency-groups]
dev = [
"pytest>=8.4.2",
"ruff>=0.13.2",
]
[project.urls]
Homepage = "https://akinshola.com/paystack-python-mcp"
Repository = "https://github.com/thisishaykins/paystack-python-mcp"
Issues = "https://github.com/thisishaykins/paystack-python-mcp/issues"
[tool.pytest.ini_options]
pythonpath = ["."]