-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
26 lines (24 loc) · 824 Bytes
/
pyproject.toml
File metadata and controls
26 lines (24 loc) · 824 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
[build-system]
requires = ["setuptools>=64", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "koko-finance"
version = "0.6.0"
description = "Python SDK for the Koko Finance credit card intelligence API"
readme = "README.md"
license = {text = "MIT"}
requires-python = ">=3.8"
dependencies = ["requests>=2.28.0"]
authors = [{name = "Koko Finance"}]
keywords = ["credit cards", "finance", "API", "fintech"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Topic :: Office/Business :: Financial",
]
[project.urls]
Homepage = "https://kokofinance.net"
Documentation = "https://kokofinance.net/developers"
Repository = "https://github.com/KokoFinance/koko-finance-python"