forked from NPACore/reproin-namer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
33 lines (28 loc) · 837 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[project]
name = "reproin-namer"
version = "0.1.20240605"
description = "ReproIn UI for bidsschematools and DICOM protocol name munger"
authors = [
{ name = "WillForan", email = "[email protected]" }
]
dependencies = [
"heudiconv>=1.1.3",
"pydicom>=2.4.4",
"pandas>=2.2.2",
# 20240605 -- BEP022=MRSI extention proposal
"bidsschematools@git+https://github.com/bids-standard/bids-specification@bep022#subdirectory=tools/schemacode",
]
readme = "readme.md"
requires-python = ">= 3.8"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.rye]
managed = true
dev-dependencies = ["pytest"]
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["src/reproin_namer"]
[project.scripts]
dicom-rewrite-pname = "reproin_namer:dicom_rewrite_pname"