-
Notifications
You must be signed in to change notification settings - Fork 12
/
setup.cfg
44 lines (39 loc) · 1007 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
[metadata]
url = https://github.com/datalad/ukbiobank
author = Michael Hanke
author_email = [email protected]
description = DataLad support the UKBiobank
long_description = file:README.md
long_description_content_type = text/markdown; charset=UTF-8
license = MIT
classifiers =
Programming Language :: Python
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
[options]
python_requires = >= 3.7
install_requires =
datalad >= 0.17.0
packages = find:
include_package_data = True
[options.extras_require]
# this matches the name used by -core and what is expected by some CI setups
devel =
pytest
pytest-cov
coverage
[options.packages.find]
exclude=
_datalad_buildsupport
[versioneer]
VCS = git
style = pep440
versionfile_source = datalad_ukbiobank/_version.py
versionfile_build = datalad_ukbiobank/_version.py
tag_prefix =
parentdir_prefix =
[coverage:report]
show_missing = True
omit =
# versioneer code
datalad_ukbiobank/_version.py