-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
22 lines (21 loc) · 817 Bytes
/
pyproject.toml
File metadata and controls
22 lines (21 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[project]
name = "maib-ecommerce-sdk"
version = "1.1.4"
authors = [{ name = "Alexander Minza" }]
description = "Python SDK for maib ecommerce API"
readme = "README.md"
requires-python = ">=3.9"
dependencies = ["httpx"]
keywords = ["maib", "moldova", "ecommerce", "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-ecommerce-sdk-python"
Issues = "https://github.com/alexminza/maib-ecommerce-sdk-python/issues"
Repository = "https://github.com/alexminza/maib-ecommerce-sdk-python"
Documentation = "https://docs.maibmerchants.md/e-commerce/"