mirror of
https://github.com/etienne-hd/lbc.git
synced 2025-12-05 09:08:10 +01:00
29 lines
668 B
TOML
29 lines
668 B
TOML
[project]
|
|
name = "lbc"
|
|
version = "1.0.3"
|
|
description = "Unofficial client for Leboncoin API"
|
|
readme = "README.md"
|
|
license = {text = "MIT"}
|
|
requires-python = ">=3.9"
|
|
|
|
authors = [
|
|
{name = "Etienne HODE", email = "hode.etienne@gmail.com"}
|
|
]
|
|
maintainers = [
|
|
{name = "Etienne HODE", email = "hode.etienne@gmail.com"}
|
|
]
|
|
|
|
dependencies = [
|
|
"curl_cffi==0.11.3"
|
|
]
|
|
|
|
keywords = ["lbc", "leboncoin", "wrapper", "api"]
|
|
|
|
[project.urls]
|
|
Homepage = "https://github.com/etienne-hd/lbc"
|
|
Repository = "https://github.com/etienne-hd/lbc"
|
|
Changelog = "https://github.com/etienne-hd/lbc/blob/main/CHANGELOG.md"
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build" |