generated from nipype/pydra-tasks-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
57 lines (51 loc) · 918 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
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
[DEFAULT]
subpackage = TODO
[metadata]
author = TODO
author_email = TODO
description = TODO
[options]
python_requires = >=3.7
install_requires =
pydra >= 0.6.1
test_requires =
pytest >= 4.4.0
pytest-cov
pytest-env
pytest-xdist
pytest-rerunfailures
codecov
packages = pydra/tasks/%(subpackage)s
[options.extras_require]
doc =
packaging
sphinx >= 2.1.2
sphinx_rtd_theme
sphinxcontrib-apidoc ~= 0.3.0
sphinxcontrib-napoleon
sphinxcontrib-versioning
docs =
%(doc)s
test =
pytest >= 4.4.0
pytest-cov
pytest-env
pytest-xdist
pytest-rerunfailures
codecov
tests =
%(test)s
dev =
%(test)s
black
pre-commit
all =
%(doc)s
%(dev)s
[versioneer]
VCS = git
style = pep440
versionfile_source = pydra/tasks/%(subpackage)s/_version.py
versionfile_build = pydra/tasks/%(subpackage)s/_version.py
tag_prefix =
parentdir_prefix =