From d4b4e704821422c2d228c8b9e1e43cde6d2b4358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lucas=20de=20Sousa=20Almeida?= Date: Fri, 17 May 2024 15:07:20 -0300 Subject: [PATCH] Fixing issues for installation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Lucas de Sousa Almeida --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d8764caa..07adfe3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = "terratorch" -version = "0.99.0" +#version = "0.99.0" dynamic = ["version"] description = "TerraTorch - A model training toolkit for geospatial tasks" license = { "text" = "Apache License, Version 2.0" } @@ -143,9 +143,9 @@ exclude_lines = [ "if TYPE_CHECKING:", ] -[tool.setuptools.packages.find] -include = ["terratorch"] -namespaces = false +#[tool.setuptools.packages.find] +#include = ["terratorch"] +#namespaces = false [tool.bumpver] current_version = "0.99.0"