Initial release: qbirr v1.0.0

This commit is contained in:
2026-07-17 16:42:27 +02:00
commit 998a9bb984
3 changed files with 271 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
[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"]