forked from templateflow/python-client
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
78 lines (72 loc) · 1.65 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
[metadata]
url = https://github.com/poldracklab/templateflow
author = The CRN developers
author_email = [email protected]
maintainer = Oscar Esteban
maintainer_email = [email protected]
description = TemplateFlow Python Client - TemplateFlow is the Zone of neuroimaging templates.
long_description = file:long_description.rst
long_description_content_type = text/x-rst; charset=UTF-8
license = Apache-2.0
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Image Recognition
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[options]
python_requires = >= 3.5
install_requires =
pybids ~= 0.9.2
requests
tqdm
test_requires =
pytest
pytest-xdist
pytest-cov == 2.5.1
coverage
packages = find:
include_package_data = True
[options.package_data]
templateflow =
conf/config.json
conf/templateflow-skel.zip
[options.packages.find]
exclude =
*.tests
[options.extras_require]
datalad =
datalad
doc =
nbsphinx
packaging
pydot>=1.2.3
pydotplus
sphinx-argparse
sphinx>=2.1.2
sphinx_rtd_theme
sphinxcontrib-apidoc ~= 0.3.0
sphinxcontrib-napoleon
sphinxcontrib-versioning
docs =
%(doc)s
test =
pytest
pytest-xdist
pytest-cov == 2.5.1
coverage
tests =
%(test)s
all =
%(datalad)s
%(doc)s
%(test)s
[versioneer]
VCS = git
style = pep440
versionfile_source = templateflow/_version.py
versionfile_build = templateflow/_version.py
tag_prefix =
parentdir_prefix =