21 lines
617 B
TOML
21 lines
617 B
TOML
[build-system]
|
|
requires = ["setuptools>=61"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "qbirr"
|
|
version = "1.0.0"
|
|
description = "qbirr.com — Ethiopian bank verification SDK (CBE, Telebirr, Awash, Dashen, M-Pesa, Abyssinia, eBirr)"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
license = { text = "MIT" }
|
|
keywords = ["ethiopia", "cbe", "telebirr", "awash", "dashen", "mpesa", "abyssinia", "ebirr", "payment", "verification"]
|
|
dependencies = ["requests>=2.28"]
|
|
|
|
[project.urls]
|
|
Homepage = "https://qbirr.com"
|
|
Documentation = "https://www.qbirr.com/docs"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|