-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
27 lines (24 loc) · 822 Bytes
/
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
[metadata]
name = optimal_affine
author = Yael Balbastre
author_email = yael.balbastre@gmail.com
description = Build optimal "subject to mean space" affines from "subject to subject" pairwise affines
long_description = file:README.md
platforms = OS Independent
license = MIT
license_file = LICENSE
classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Scientific/Engineering :: Medical Science Apps.
project_urls =
Source Code=https://github.com/balbasty/optimal_affine
[options]
python_requires = >= 3.7
install_requires = numpy
[options.entry_points]
console_scripts =
optimal_affine = optimal_affine.api:cli