We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19fb984 commit e81e371Copy full SHA for e81e371
pyproject.toml
@@ -1,6 +1,7 @@
1
[project]
2
name = "timvt"
3
description = "A lightweight PostGIS based dynamic vector tile server."
4
+readme = "README.md"
5
requires-python = ">=3.8"
6
license = {file = "LICENSE"}
7
authors = [
@@ -18,7 +19,7 @@ classifiers = [
18
19
"Programming Language :: Python :: 3.11",
20
"Topic :: Scientific/Engineering :: GIS",
21
]
-dynamic = ["version", "readme"]
22
+dynamic = ["version"]
23
dependencies = [
24
"orjson",
25
"asyncpg>=0.23.0",
0 commit comments