-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
25 lines (22 loc) · 755 Bytes
/
pyproject.toml
File metadata and controls
25 lines (22 loc) · 755 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
[build-system]
requires = ["setuptools>=61.0", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]
[project]
name = "overpassforge"
dynamic = ["version"]
authors = [
{ name="Krafpy", email="krafpy@gmail.com" },
]
description = "A library for generating OpenStreetMap's Overpass QL queries from Python objects."
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://github.com/Krafpy/Overpass-Forge"
"Bug Tracker" = "https://github.com/Krafpy/Overpass-Forge/issues"
"Documentation" = "https://overpassforge.readthedocs.io/en/latest"