forked from MIPLabCH/nigsp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
111 lines (104 loc) · 2.19 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
[metadata]
name = nigsp
url = https://github.com/MIPLabCH/nigsp
download_url = https://github.com/MIPLabCH/nigsp
author = Stefano Moia
maintainer = Stefano Moia
maintainer_email = s.moia.research@gmail.com
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
license = Apache-2.0
description = A python library (and toolbox!) to run Graph Signal Processing on multimodal MRI data.
long_description = file:README.md
long_description_content_type = text/markdown; charset=UTF-8
platforms = OS Independent
provides =
nigsp
[options]
python_requires = >=3.7
install_requires =
numpy>=1.17
duecredit
tests_require =
pytest >=8.0
test_suite = pytest
zip_safe = False
packages = find:
include_package_data = True
[options.extras_require]
mat =
pymatreader
scipy
nifti =
nibabel
viz =
matplotlib>=3.1.1
nilearn>=0.7.0
all =
%(nifti)s
%(mat)s
%(viz)s
doc =
furo
intersphinx_registry
memory-profiler
myst-parser
numpydoc
sphinx>=2.0
sphinx-argparse
sphinxcontrib-apidoc
sphinxcontrib-bibtex
sphinx-copybutton
sphinx-design
sphinx-gallery
sphinx-issues
style =
isort
pydocstyle
codespell>=2.2.4
ruff>=0.4.1
test =
%(all)s
%(style)s
pytest>=8.0
pytest-cov
coverage
devtools =
pre-commit
dev =
%(devtools)s
%(doc)s
%(test)s
[options.entry_points]
console_scripts =
nigsp=nigsp.workflow:_main
[pydocstyle]
convention = numpy
match =
nigsp/*.py
match_dir = nigsp/[^tests]*
[codespell]
skip = versioneer.py,.git,build,./docs/_build
ignore-words-list = nd,commun
write-changes =
count =
quiet-level = 3
[tool:pytest]
doctest_optionflags = NORMALIZE_WHITESPACE
xfail_strict = true
addopts = -rx
[versioneer]
VCS = git
style = pep440
versionfile_source = nigsp/_version.py
versionfile_build = nigsp/_version.py
tag_prefix =
parentdir_prefix =