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