-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
83 lines (75 loc) · 1.7 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
[metadata]
author = The NiPreps developers
author_email = [email protected]
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Image Recognition
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
description = TemplateFlow Manager eases the process of contributing to the Archive
license = Apache-2.0
long_description = file:README.rst
long_description_content_type = text/x-rst; charset=UTF-8
name = tfmanager
project_urls =
Home = https://www.templateflow.org
url = https://github.com/templateflow/python-manager
[options]
python_requires = >= 3.7
setup_requires =
setuptools >= 42.0
setuptools_scm >= 3.4
toml
install_requires =
click
datalad >= 0.14
datalad_osf >= 0.2
osfclient
templateflow >= 0.4.2
toml
packages = find:
[options.package_data]
tfmanager =
data/*.LICENSE
[options.packages.find]
exclude =
*.tests
[options.entry_points]
console_scripts =
tfmgr=tfmanager.cli:cli
[options.extras_require]
doc =
nbsphinx
packaging
pydot>=1.2.3
pydotplus
sphinx-argparse
sphinx>=2.1.2
sphinx_rtd_theme
sphinx-click
sphinxcontrib-apidoc ~= 0.3.0
sphinxcontrib-napoleon
sphinxcontrib-versioning
docs =
%(doc)s
[flake8]
max-line-length = 99
doctests = False
exclude=*build/
ignore =
W503
[tool:pytest]
norecursedirs =
.git
.github
addopts = -svx --doctest-modules
doctest_optionflags = ALLOW_UNICODE NORMALIZE_WHITESPACE
env =
PYTHONHASHSEED=0
filterwarnings =
ignore::DeprecationWarning
[coverage:run]
branch = True