Skip to content

Commit e81e371

Browse files
committed
fix pypi info
1 parent 19fb984 commit e81e371

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[project]
22
name = "timvt"
33
description = "A lightweight PostGIS based dynamic vector tile server."
4+
readme = "README.md"
45
requires-python = ">=3.8"
56
license = {file = "LICENSE"}
67
authors = [
@@ -18,7 +19,7 @@ classifiers = [
1819
"Programming Language :: Python :: 3.11",
1920
"Topic :: Scientific/Engineering :: GIS",
2021
]
21-
dynamic = ["version", "readme"]
22+
dynamic = ["version"]
2223
dependencies = [
2324
"orjson",
2425
"asyncpg>=0.23.0",

0 commit comments

Comments
 (0)