Skip to content

Commit

Permalink
Update release-script
Browse files Browse the repository at this point in the history
  • Loading branch information
siiptuo committed Nov 2, 2023
1 parent 2140976 commit 5331b63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 100 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ check_untyped_defs = true
[[tool.mypy.overrides]]
module = ["netCDF4.*"]
ignore_missing_imports = true

[tool.release-version]
filename = "src/data_processing/version.py"
pattern = ["MAJOR = (?P<major>\\d+)", "MINOR = (?P<minor>\\d+)", "PATCH = (?P<patch>\\d+)"]
100 changes: 0 additions & 100 deletions release-version

This file was deleted.

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"black",
"docformatter",
"pre-commit",
"release-version @ git+https://github.com/actris-cloudnet/release-version.git",
],
},
include_package_data=True,
Expand Down

0 comments on commit 5331b63

Please sign in to comment.