File: setup.cfg

package info (click to toggle)
dcm2niix 1.0.20241211-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 34,208 kB
  • sloc: cpp: 25,986; ansic: 4,370; javascript: 347; sh: 130; python: 111; makefile: 49
file content (41 lines) | stat: -rw-r--r-- 1,431 bytes parent folder | download
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
34
35
36
37
38
39
40
41
[metadata]
name=dcm2niix
description=DCM2NIIX Python package
long_description=file: README.md
long_description_content_type=text/markdown
license_file=license.txt
url=https://github.com/rordenlab/dcm2niix
project_urls=
    Changelog=https://github.com/rordenlab/dcm2niix/releases
    Documentation=https://www.nitrc.org/plugins/mwiki/index.php/dcm2nii:MainPage
author=Li X, Morgan PS, Ashburner J, Smith J, Rorden C
maintainer=Casper da Costa-Luis
maintainer_email=imaging@cdcl.ml
keywords=research, jpeg, dicom, neuroscience, mri, neuroimaging, nifti, dcm, nii, nitrc, bids, dcm2niix, mricrogl
classifiers=
    Development Status :: 5 - Production/Stable
    Intended Audience :: Education
    Intended Audience :: Healthcare Industry
    Intended Audience :: Science/Research
    Operating System :: Microsoft :: Windows
    Operating System :: POSIX :: Linux
    Programming Language :: C++
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.6
    Programming Language :: Python :: 3.7
    Programming Language :: Python :: 3.8
    Programming Language :: Python :: 3.9
    Programming Language :: Python :: 3 :: Only
    Topic :: Scientific/Engineering :: Medical Science Apps.
[options]
setup_requires=
    setuptools>=42
    wheel
    setuptools_scm[toml]
    scikit-build>=0.11.0
    cmake>=3.18
    ninja
python_requires=>=3.6
[options.entry_points]
console_scripts=
    dcm2niix=dcm2niix:main