Skip to content

Commit 48cfbb4

Browse files
Fixing links and cleaning not necessary info
Signed-off-by: Joao Lucas de Sousa Almeida <[email protected]>
1 parent 92bd85a commit 48cfbb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ authors = [
3030
{ name = "Þorsteinn Elí Gíslason"}
3131
]
3232
classifiers = [
33-
"Development Status :: 2 - Pre-Alpha",
34-
"Programming Language :: Python",
33+
# "Development Status :: 2 - Pre-Alpha",
34+
# "Programming Language :: Python",
3535
"Programming Language :: Python :: 3.10",
3636
"Programming Language :: Python :: 3.11",
3737
"Programming Language :: Python :: 3.12",
38-
"Programming Language :: Python :: Implementation :: CPython",
38+
# "Programming Language :: Python :: Implementation :: CPython",
3939
]
4040

4141
dependencies = [
@@ -94,7 +94,7 @@ peft = [
9494
]
9595

9696
[project.urls]
97-
Documentation = "https://github.com/IBM/terratorch#readme"
97+
Documentation = "https://ibm.github.io/terratorch/"
9898
Issues = "https://github.com/IBM/terratorch/issues"
9999
Source = "https://github.com/IBM/terratorch"
100100

0 commit comments

Comments
 (0)