Skip to content

Commit

Permalink
Merge pull request #6 from IBM/packaging
Browse files Browse the repository at this point in the history
Testing package versioning
  • Loading branch information
Joao-L-S-Almeida authored May 22, 2024
2 parents 2e28b11 + 25c3d7e commit 795ee53
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = "terratorch"
#version = "0.99.0"
dynamic = ["version"]
version = "0.99.0"
description = "TerraTorch - A model training toolkit for geospatial tasks"
license = { "text" = "Apache License, Version 2.0" }
readme = "README.md"
Expand Down Expand Up @@ -143,10 +142,6 @@ exclude_lines = [
"if TYPE_CHECKING:",
]

#[tool.setuptools.packages.find]
#include = ["terratorch"]
#namespaces = false

[tool.bumpver]
current_version = "0.99.0"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
Expand Down

0 comments on commit 795ee53

Please sign in to comment.