Skip to content

Commit

Permalink
small config change
Browse files Browse the repository at this point in the history
  • Loading branch information
pehses committed Feb 10, 2025
1 parent 545315e commit 67ac09e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ build-backend = "setuptools.build_meta"
[project]
name = "twixtools"
dynamic = ["version"]
authors = [{ name = "Philipp Ehses", email = "philipp.ehses@dzne.de" }]
description = "file reader for Siemens twix(.dat)-files"
readme = "README.md"
license = { file = "LICENSE" }
authors = [{ name = "Philipp Ehses", email = "philipp.ehses@dzne.de" }]
license = "MIT"
license-files = ["LICENSE"]
requires-python = ">=3.8, <4"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
keywords = ["twix", "siemens", "mri"]
requires-python = ">=3.9, <4"
dependencies = [
"numpy",
"scipy",
Expand All @@ -21,6 +26,7 @@ dependencies = [

[project.urls]
Homepage = "https://github.com/pehses/twixtools"
Issues = "https://github.com/pehses/twixtools/issues"

[project.optional-dependencies]
test = [
Expand Down

0 comments on commit 67ac09e

Please sign in to comment.