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 0f53b5d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ 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" }]
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 @@ -19,8 +22,12 @@ dependencies = [
"tqdm"
]

[project.license]
file = "LICENSE"

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

[project.optional-dependencies]
test = [
Expand All @@ -37,6 +44,7 @@ packages = [
"twixtools",
"twixtools.contrib"
]
license-files = ["LICENSE"]
zip-safe = false

[tool.setuptools_scm]
Expand Down

0 comments on commit 0f53b5d

Please sign in to comment.