mirror of
https://github.com/etienne-hd/lbc.git
synced 2026-04-16 20:25:35 +02:00
Initial release
This commit is contained in:
29
pyproject.toml
Normal file
29
pyproject.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
[project]
|
||||
name = "lbc"
|
||||
version = "1.0.0"
|
||||
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"
|
||||
Reference in New Issue
Block a user