Skip to content

Commit

Permalink
Add missing files in wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jan 10, 2024
1 parent 3a769b0 commit bd1007e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ include requirements_docs.txt

recursive-include geemap/data *
recursive-include geemap/examples *
recursive-include geemap/algorithms *
recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
Expand Down
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,8 @@ workshop = [

[tool]
[tool.setuptools.packages.find]
where = ["geemap"]
namespaces = false

include = ["geemap*"]
exclude = ["docs*"]

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
Expand Down Expand Up @@ -139,5 +138,4 @@ Homepage = "https://github.com/gee-community/geemap"

[build-system]
requires = ["setuptools>=64", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"

build-backend = "setuptools.build_meta"

0 comments on commit bd1007e

Please sign in to comment.