Skip to content

Commit 795ee53

Browse files
Merge pull request #6 from IBM/packaging
Testing package versioning
2 parents 2e28b11 + 25c3d7e commit 795ee53

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pyproject.toml

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

55
[project]
66
name = "terratorch"
7-
#version = "0.99.0"
8-
dynamic = ["version"]
7+
version = "0.99.0"
98
description = "TerraTorch - A model training toolkit for geospatial tasks"
109
license = { "text" = "Apache License, Version 2.0" }
1110
readme = "README.md"
@@ -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)