From 48cfbb4c1e6dfe32c54a8746397df2da9b381929 Mon Sep 17 00:00:00 2001 From: Joao Lucas de Sousa Almeida Date: Fri, 28 Feb 2025 20:28:54 -0300 Subject: [PATCH] Fixing links and cleaning not necessary info Signed-off-by: Joao Lucas de Sousa Almeida --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4a322683..06558d52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,12 +30,12 @@ authors = [ { name = "Þorsteinn Elí Gíslason"} ] classifiers = [ - "Development Status :: 2 - Pre-Alpha", - "Programming Language :: Python", +# "Development Status :: 2 - Pre-Alpha", +# "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", - "Programming Language :: Python :: Implementation :: CPython", +# "Programming Language :: Python :: Implementation :: CPython", ] dependencies = [ @@ -94,7 +94,7 @@ peft = [ ] [project.urls] -Documentation = "https://github.com/IBM/terratorch#readme" +Documentation = "https://ibm.github.io/terratorch/" Issues = "https://github.com/IBM/terratorch/issues" Source = "https://github.com/IBM/terratorch"