Skip to content

Commit

Permalink
Fix version regexes and update authors
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Mar 28, 2023
1 parent a290eae commit 7827605
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ description = "BIDS integration into snakemake workflows"
readme = "README.md"
repository = "https://github.com/akhanf/snakebids"
documentation = "https://snakebids.readthedocs.io/"
authors = ["Ali Khan <[email protected]>"]
authors = [
"Ali Khan <[email protected]>",
"Peter Van Dyken <[email protected]>",
"Tristan Kuehn <[email protected]>",
"Jason Kai <[email protected]>",
]
license = "MIT"
packages = [
{ include = "snakebids" }
Expand All @@ -21,7 +26,7 @@ bump = true

[tool.poetry-dynamic-versioning.substitution]
files = ['snakebids/project_template/cookiecutter.json', 'snakebids/__init__.py']
patterns = ["(^\\s+\"snakebids_version\":\\s*\")[^'\"](\")", "(^__version__\\s*=\\s*\")[^'\"](\")"]
patterns = ["(^\\s+\"snakebids_version\":\\s*\")[^'\"]*(\")", "(^__version__\\s*(?::.*?)?=\\s*['\"])[^'\"]*(['\"])"]

[tool.poetry.dependencies]
python = ">=3.7,<3.12"
Expand Down

0 comments on commit 7827605

Please sign in to comment.