Skip to content

Commit a74730f

Browse files
committed
PB-1968: Update build system
1 parent b6667a3 commit a74730f

File tree

3 files changed

+33
-40
lines changed

3 files changed

+33
-40
lines changed

pyproject.toml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
[build-system]
2+
requires = ["setuptools", "build"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[project]
6+
name = "gatilegrid"
7+
version = "1.0.0"
8+
requires-python = ">=3.0"
9+
description = "Popular tile grids and grids API for web mapping applications"
10+
readme = "README.md"
11+
license = {text = "MIT"}
12+
authors = [
13+
{name = "Loic Gasser", email = "loicgasser4@gmail.com"}
14+
]
15+
classifiers = [
16+
"Development Status :: 5 - Production/Stable",
17+
"Intended Audience :: Developers",
18+
"Operating System :: OS Independent",
19+
"Programming Language :: Python",
20+
"Programming Language :: Python :: 3",
21+
"Topic :: Scientific/Engineering :: GIS",
22+
"Topic :: Software Development :: Libraries :: Python Modules"
23+
]
24+
keywords = ["gis", "wmts", "grid", "map"]
25+
26+
[project.urls]
27+
Homepage = "https://github.com/geoadmin/lib-gatilegrid"
28+
Documentation = "https://github.com/geoadmin/lib-gatilegrid#readme"
29+
Source = "https://github.com/geoadmin/lib-gatilegrid"
30+
Tracker = "https://github.com/geoadmin/lib-gatilegrid/issues"
31+
32+
[tool.setuptools.packages.find]
33+
include = ["gatilegrid*"]

setup.cfg

Lines changed: 0 additions & 2 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)