forked from smoia/niutils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
73 lines (67 loc) · 1.52 KB
/
Copy pathsetup.cfg
File metadata and controls
73 lines (67 loc) · 1.52 KB
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
[metadata]
name = niutils
url = https://github.com/smoia/niutils
download_url = https://github.com/smoia/niutils
author = niutils developers
maintainer = Stefano Moia
maintainer_email = s.moia@bcbl.eu
classifiers =
Development Status :: 1 - Planning
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
license = Apache-2.0
description = Various utilities to fast-track some boring python coding.
long_description = file:README.md
long_description_content_type = text/markdown; charset=UTF-8
platforms = OS Independent
provides =
niutils
[options]
python_requires = >=3.6.1
install_requires =
nibabel
numpy >=1.9.3
matplotlib >=3.1.1
tests_require =
pytest >=3.6
test_suite = pytest
zip_safe = False
packages = find:
include_package_data = True
[options.extras_require]
style =
flake8 >=3.7
flake8-docstrings >=1.5
test =
pytest >=5.3
pytest-cov
%(style)s
all =
%(style)s
%(test)s
[options.entry_points]
console_scripts =
niutils=niutils.niutils:_main
[flake8]
doctest = True
exclude=
*build/
tests
*/_version.py
ignore = E126, E402, W503
max-line-length = 99
per-file-ignores =
*/__init__.py:F401, D104
[tool:pytest]
doctest_optionflags = NORMALIZE_WHITESPACE
xfail_strict = true
addopts = -rx
[versioneer]
VCS = git
style = pep440
versionfile_source = niutils/_version.py
versionfile_build = niutils/_version.py
tag_prefix =
parentdir_prefix =