From e1a4488f85ec5f181ba67748dc22b906f9f0ba14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lucas=20de=20Sousa=20Almeida?= Date: Fri, 17 May 2024 11:40:26 -0300 Subject: [PATCH 1/3] Testing package versioning 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d8764caa..c5165282 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ build-backend = 'setuptools.build_meta' [project] name = "terratorch" +#dynamic = ["version"] version = "0.99.0" -dynamic = ["version"] description = "TerraTorch - A model training toolkit for geospatial tasks" license = { "text" = "Apache License, Version 2.0" } readme = "README.md" 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 2/3] 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" From 25c3d7ee309e20dbefa5409817e0b4297c11cf9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lucas=20de=20Sousa=20Almeida?= Date: Tue, 21 May 2024 16:04:48 -0300 Subject: [PATCH 3/3] Removing commented lines 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 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d46ac918..c1709ae7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,6 @@ build-backend = 'setuptools.build_meta' [project] name = "terratorch" -#dynamic = ["version"] version = "0.99.0" description = "TerraTorch - A model training toolkit for geospatial tasks" license = { "text" = "Apache License, Version 2.0" } @@ -143,10 +142,6 @@ exclude_lines = [ "if TYPE_CHECKING:", ] -#[tool.setuptools.packages.find] -#include = ["terratorch"] -#namespaces = false - [tool.bumpver] current_version = "0.99.0" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"