diff --git a/pyproject.toml b/pyproject.toml index b7f3f20..aa3fdf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ @@ -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",