We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c97093 commit 25c3d7eCopy full SHA for 25c3d7e
pyproject.toml
@@ -4,7 +4,6 @@ build-backend = 'setuptools.build_meta'
4
5
[project]
6
name = "terratorch"
7
-#dynamic = ["version"]
8
version = "0.99.0"
9
description = "TerraTorch - A model training toolkit for geospatial tasks"
10
license = { "text" = "Apache License, Version 2.0" }
@@ -143,10 +142,6 @@ exclude_lines = [
143
142
"if TYPE_CHECKING:",
144
]
145
146
-#[tool.setuptools.packages.find]
147
-#include = ["terratorch"]
148
-#namespaces = false
149
-
150
[tool.bumpver]
151
current_version = "0.99.0"
152
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
0 commit comments