-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
54 lines (45 loc) · 1.42 KB
/
setup.cfg
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
42
43
44
45
46
47
48
49
50
51
52
53
54
[metadata]
name = samseg
author = Koen Van Leemput, Oula Puonti, Juan Eugenio Iglesias, Stefano Cerri
maintainer = Koen Van Leemput, Oula Puonti, Juan Eugenio Iglesias, Stefano Cerri
license = MIT
classifiers=
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
description = Sequence-Adaptive Multimodal SEGmenation (SAMSEG)
long_description = file: README.md
long_description_content_type = text/markdown
url=https://github.com/freesurfer/samseg
[options]
zip_safe = False
include_package_data = True
python_requires >= 3.6
packages = find:
install_requires =
surfa
scikit-learn
numpy < 2.0
[options.package_data]
* = ./samseg/atlas/*
[options.entry_points]
console_scripts=
run_samseg = samseg.cli.run_samseg:main
computeTissueConcentrations = samseg.cli.computeTissueConcentrations:main
prepareAtlasDirectory = samseg.cli.prepareAtlasDirectory:main
run_samseg_long = samseg.cli.run_samseg_long:main
segment_subregions = samseg.cli.segment_subregions:main
sbtiv = samseg.cli.sbtiv:main
gems_compute_atlas_probs = samseg.cli.gems_compute_atlas_probs:main
merge_add_mesh_alphas = samseg.cli.merge_add_mesh_alphas:main
[options.extras_require]
test =
pytest
tensorflow
[versioneer]
VCS = git
style = pep440
versionfile_source = samseg/_version.py
versionfile_build = samseg/_version.py
tag_prefix =
parentdir_prefix =