Skip to content

Commit

Permalink
Clean up setuptools references in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
naschmitz committed Oct 15, 2024
1 parent 7195ac8 commit ce4c34d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 22 deletions.
23 changes: 10 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,19 +125,16 @@ workshop = [
"gdown",
]
maplibre = [
"geopandas",
"h3",
"ipyvuetify",
"localtileserver",
"mapclassify",
"maplibre",
"pmtiles",
"rioxarray",
"xarray",
]

[project.entry-points."console_scripts"]
geemap = "geemap.cli:main"
"geopandas",
"h3",
"ipyvuetify",
"localtileserver",
"mapclassify",
"maplibre",
"pmtiles",
"rioxarray",
"xarray",
]

[tool]
[tool.hatch.build.targets.sdist]
Expand Down
25 changes: 16 additions & 9 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce4c34d

Please sign in to comment.