Skip to content

Commit f173c1e

Browse files
Merge pull request #7 from IBM/correct/pyproject
Fixing issues for installation
2 parents 5819fcc + d4b4e70 commit f173c1e

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
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = "terratorch"
7-
version = "0.99.0"
7+
#version = "0.99.0"
88
dynamic = ["version"]
99
description = "TerraTorch - A model training toolkit for geospatial tasks"
1010
license = { "text" = "Apache License, Version 2.0" }
@@ -143,9 +143,9 @@ exclude_lines = [
143143
"if TYPE_CHECKING:",
144144
]
145145

146-
[tool.setuptools.packages.find]
147-
include = ["terratorch"]
148-
namespaces = false
146+
#[tool.setuptools.packages.find]
147+
#include = ["terratorch"]
148+
#namespaces = false
149149

150150
[tool.bumpver]
151151
current_version = "0.99.0"

0 commit comments

Comments
 (0)