From 679b97110bb5c9342b3df67ff239bc1c502a2f1f Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Fri, 20 Sep 2024 09:51:07 -0400 Subject: [PATCH] Fix error --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 269c51b19d..a62eb8284e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,8 +27,6 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] authors = [{name = "Qiusheng Wu", email = "giswqs@gmail.com"}] -homepage = "https://github.com/opengeos/leafmap" -requires = ["setuptools>=42"] [project.optional-dependencies] backends = ["bokeh", "keplergl", "maplibre", "pydeck", "plotly"]