Skip to content

Commit

Permalink
Fix package build and tag new version
Browse files Browse the repository at this point in the history
  • Loading branch information
dostuffthatmatters committed May 24, 2024
1 parent 505c70a commit 3187724
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ nohup.out
.vscode
old-docs
.pdm-python
ifg_parser.compile.lock

# Created by https://www.toptal.com/developers/gitignore/api/linux,macos,python,windows,jetbrains,fortran
# Edit at https://www.toptal.com/developers/gitignore?templates=linux,macos,python,windows,jetbrains,fortran
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tum_esm_utils"
version = "2.0.2"
version = "2.1.0"
description = "Python utilities by the Professorship of Environmental Sensing and Modeling at the Technical University of Munich"
authors = [{ name = "Moritz Makowski", email = "[email protected]" }]
dependencies = [
Expand Down Expand Up @@ -76,8 +76,8 @@ distribution = true
build.includes = ["tum_esm_utils"]
build.excludes = [
"tests",
"tum_esm_utils/ifg_parser/*.mod",
"tum_esm_utils/ifg_parser/*.lock",
"tum_esm_utils/ifg_parser/*.txt",
"tum_esm_utils/ifg_parser/ifg_parser",
"tum_esm_utils/opus_file_validator/*.mod",
"tum_esm_utils/opus_file_validator/*.lock",
"tum_esm_utils/opus_file_validator/*.txt",
"tum_esm_utils/opus_file_validator/opus_file_validator",
]

0 comments on commit 3187724

Please sign in to comment.