From bd1007ee836d098c41864f8657631143d382d2a2 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Wed, 10 Jan 2024 13:10:53 -0500 Subject: [PATCH] Add missing files in wheel --- MANIFEST.in | 1 - pyproject.toml | 8 +++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 8a49264c55..4f38111bf9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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] diff --git a/pyproject.toml b/pyproject.toml index 0cb54c1987..a92ae97e8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]} @@ -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" \ No newline at end of file