Skip to content

Commit

Permalink
formatted toml
Browse files Browse the repository at this point in the history
Signed-off-by: neuronflow <[email protected]>
  • Loading branch information
neuronflow committed Nov 13, 2023
1 parent e677448 commit 52316ae
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ enable = true

[tool.poetry]
name = "brainles_preprocessing"
version = "0.0.0" # will be overwritten by poetry-dynamic-versioning but needs to be set
version = "0.0.0" # will be overwritten by poetry-dynamic-versioning but needs to be set
description = "TODO."
license = "AGPL-3.0"

Expand All @@ -27,11 +27,17 @@ readme = "README.md"
repository = "https://github.com/BrainLesion/preprocessing"
#documentation = ""

keywords = ["brain tumor", "glioma", "BraTS", "skullstripping", "brain extraction"]
keywords = [
"brain tumor",
"glioma",
"BraTS",
"skullstripping",
"brain extraction",
]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Affero General Public License v3",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Affero General Public License v3",
"Operating System :: OS Independent",
]


Expand All @@ -49,7 +55,7 @@ BrainLes-HD-BET = ">=0.0.5"

# utils
tqdm = "^4.64.1"
auxiliary = "^0.0.35"
auxiliary = "^0.0.37"
rich = "^13.6.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 52316ae

Please sign in to comment.