forked from bids-standard/pybids
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
65 lines (61 loc) · 1.42 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
[metadata]
name = pybids
url = "http://github.com/bids-standard/pybids"
author = PyBIDS Developers
author_email = [email protected]
maintainer = PyBIDS Developers
maintainer_email = [email protected]
description = bids: interface with datasets conforming to BIDS
long_description = file:long_description.rst
long_description_content_type = text/x-rst; charset=UTF-8
license = MIT
platforms = OS Independent
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Topic :: Scientific/Engineering
[options]
python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
install_requires =
numpy
scipy
nibabel >=2.1
pandas >=0.23
patsy
sqlalchemy
bids-validator
num2words
tests_require =
pytest >=3.3
mock
pathlib ; python_version < "3.4"
packages = find:
include_package_data = True
[options.extras_require]
analysis =
test =
pytest >=3.3
mock
pathlib ; python_version < "3.4"
travis_tests =
%(test)s
codecov
pytest-cov
pytest-xdist
tutorial =
nbconvert
jupyter_client
ipykernel
[versioneer]
VCS = git
style = pep440
versionfile_source = bids/_version.py
versionfile_build = bids/_version.py
tag_prefix =
parentdir_prefix =
[bdist_wheel]
universal=1