-
Notifications
You must be signed in to change notification settings - Fork 62
/
setup.cfg
51 lines (49 loc) · 1.5 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
[metadata]
name = dmri-amico
version = 2.0.3
url = https://github.com/daducci/AMICO
download_url = https://pypi.org/project/dmri-amico
project_urls =
Homepage = https://github.com/daducci/AMICO
Documentation = https://github.com/daducci/AMICO/wiki
Source = https://github.com/daducci/AMICO
Changelog = https://github.com/daducci/AMICO/blob/master/CHANGELOG.md
Download = https://pypi.org/project/dmri-amico
Tracker = https://github.com/daducci/AMICO/issues
author = Alessandro Daducci
author_email = [email protected]
maintainer = Alessandro Daducci
maintainer_email = [email protected]
classifiers =
Topic :: Scientific/Engineering :: Image Processing
License :: Other/Proprietary License
Programming Language :: Cython
Programming Language :: Python
Operating System :: OS Independent
Intended Audience :: Science/Research
license = Proprietary License
license_files = LICENSE
description = Accelerated Microstructure Imaging via Convex Optimization (AMICO)
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
Neuroimaging
Diffusion MRI
Microstructure Imaging
[options]
zip_safe = False
install_requires =
numpy>=1.19.5, <2.0.0
scipy>=1.5.4
dipy>=1.4.1
threadpoolctl>=3.1.0
dmri-dicelib>=1.0.3
importlib-metadata>=4.8.3; python_version<"3.8"
python_requires = >=3.6
packages =
amico
amico.directions
include_package_data = False
[options.package_data]
amico.directions =
*.bin