-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (31 loc) · 814 Bytes
/
pyproject.toml
File metadata and controls
32 lines (31 loc) · 814 Bytes
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
[project]
name = "maib-mia-sdk"
version = "1.1.4"
authors = [{ name = "Alexander Minza" }]
description = "Python SDK for maib MIA API"
readme = "README.md"
requires-python = ">=3.9"
dependencies = ["httpx"]
keywords = [
"maib",
"moldova",
"mia",
"qr",
"rtp",
"payments",
"api",
"sdk",
"python",
]
classifiers = [
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries :: Python Modules",
]
license = "GPL-3.0-or-later"
[project.urls]
Homepage = "https://github.com/alexminza/maib-mia-sdk-python"
Issues = "https://github.com/alexminza/maib-mia-sdk-python/issues"
Repository = "https://github.com/alexminza/maib-mia-sdk-python"
Documentation = "https://docs.maibmerchants.md/mia-qr-api"