Skip to content

Commit 25c3d7e

Browse files
Removing commented lines
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
1 parent 9c97093 commit 25c3d7e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pyproject.toml

-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = "terratorch"
7-
#dynamic = ["version"]
87
version = "0.99.0"
98
description = "TerraTorch - A model training toolkit for geospatial tasks"
109
license = { "text" = "Apache License, Version 2.0" }
@@ -143,10 +142,6 @@ exclude_lines = [
143142
"if TYPE_CHECKING:",
144143
]
145144

146-
#[tool.setuptools.packages.find]
147-
#include = ["terratorch"]
148-
#namespaces = false
149-
150145
[tool.bumpver]
151146
current_version = "0.99.0"
152147
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"

0 commit comments

Comments
 (0)