-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
executable file
·47 lines (44 loc) · 1020 Bytes
/
Copy pathsetup.cfg
File metadata and controls
executable file
·47 lines (44 loc) · 1020 Bytes
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
[metadata]
name = fmri_tools
version = attr: fmri_tools.__version__
author = Daniel Haenelt
author_email = daniel.haenelt@gmail.com
description = Python package for the analysis of high-resolution fMRI data
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/haenelt/FmriTools
project_urls =
Bug Tracker = https://github.com/haenelt/FmriTools/issues
license = GPL-3.0-only
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
[options]
packages = find:
install_requires =
numpy
nibabel
scipy
matplotlib
scikit-image
scikit-learn
imageio
shapely
descartes
sh
h5py
nilearn
pydicom
joblib
python_requires = >=3.6
include_package_data = True
zip_safe = False
[options.extras_require]
test =
pytest
coverage
[options.package_data]
* = *.m, *.sh