-
Notifications
You must be signed in to change notification settings - Fork 8
/
setup.cfg
61 lines (53 loc) · 1.47 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
[metadata]
url = https://github.com/niflows/niflow-manager
author = Nipype Developers
author_email = [email protected]
description = nfm: niflow management tool
long_description = file:README.md
long_description_content_type = text/markdown; charset=UTF-8
license = Apache License, 2.0
classifiers =
Development Status :: 2 - Pre-Alpha
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Software Development
[options]
packages = find:
install_requires =
Click
pyyaml
neurodocker
testkraken
include_package_data = True
[options.entry_points]
console_scripts =
nfm = niflow_manager.cli:main
[options.package_data]
niflow_manager =
data/templates/*
data/templates/*/*
data/templates/*/*/*
data/templates/*/*/*/*
data/templates/*/*/*/*/*
data/templates/*/*/*/*/*/*
[options.extras_require]
test = pytest
# See the docstring in versioneer.py for instructions. Note that you must
# re-run 'versioneer.py setup' after changing this section, and commit the
# resulting files.
[versioneer]
VCS = git
style = pep440
versionfile_source = niflow_manager/_version.py
versionfile_build = niflow_manager/_version.py
tag_prefix =
parentdir_prefix =
[coverage:run]
branch = True
[tool:pytest]
norecursedirs = .git data