Skip to content

Commit

Permalink
COMP: pyproject.toml syntax fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jun 25, 2024
1 parent 84a9e55 commit e573859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "itk-nornir"
version = "0.2.0"
description = "Nornirs takes large sets of overlapping images in 2D and produces registered (a.k.a. aligned) 2D and 3D volumes of any size and scale."
description = "Nornir's takes large sets of overlapping images in 2D and produces registered (a.k.a. aligned) 2D and 3D volumes of any size and scale."
readme = "README.rst"
license = {file = "LICENSE"}
authors = [
Expand Down Expand Up @@ -34,7 +34,7 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"itk~=5.4.0"
"itk == 5.4.*"
]

[project.urls]
Expand Down

0 comments on commit e573859

Please sign in to comment.