From e609d9bcf767ea6e350b8ac60978cd332cba883e Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Fri, 20 Sep 2024 09:52:36 -0400 Subject: [PATCH] Fix error --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a62eb8284e..d8a4a06fd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,6 @@ dynamic = [ ] description = "A Python package for geospatial analysis and interactive mapping in a Jupyter environment." readme = "README.md" -readme-content-type = "text/markdown" requires-python = ">=3.8" license = {text = "MIT license"} keywords = ["leafmap"]