Skip to content

Commit

Permalink
fix pypi info
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Nov 16, 2022
1 parent 19fb984 commit e81e371
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[project]
name = "timvt"
description = "A lightweight PostGIS based dynamic vector tile server."
readme = "README.md"
requires-python = ">=3.8"
license = {file = "LICENSE"}
authors = [
Expand All @@ -18,7 +19,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering :: GIS",
]
dynamic = ["version", "readme"]
dynamic = ["version"]
dependencies = [
"orjson",
"asyncpg>=0.23.0",
Expand Down

0 comments on commit e81e371

Please sign in to comment.