Skip to content

Commit

Permalink
cleanup pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-richard committed Jun 16, 2023
1 parent d81a5b6 commit 98125ed
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,4 @@ push = false

[tool.bumpver.file_patterns]
"pyproject.toml" = ['current_version = "{version}"', 'version = "{version}"']
"pyrfu/*.py" = ["{version}", "Copyright 2020-YYYY"]
"pyrfu/dispersion/*.py" = ["{version}", "Copyright 2020-YYYY"]
"pyrfu/lp/*.py" = ["{version}", "Copyright 2020-YYYY"]
"pyrfu/mms/*.py" = ["{version}", "Copyright 2020-YYYY"]
"pyrfu/models/*.py" = ["{version}", "Copyright 2020-YYYY"]
"pyrfu/plot/*.py" = ["{version}", "Copyright 2020-YYYY"]
"pyrfu/pyrf/*.py" = ["{version}", "Copyright 2020-YYYY"]
"pyrfu/solo/*.py" = ["{version}", "Copyright 2020-YYYY"]
"pyrfu/tests/*.py" = ["{version}", "Copyright 2020-YYYY"]
"pyrfu/__init__.py" = ["{version}", "Copyright 2020-YYYY"]

0 comments on commit 98125ed

Please sign in to comment.