forked from datalad/datalad-metalad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
36 lines (34 loc) · 894 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
[metadata]
url = https://github.com/datalad/datalad-metalad
author = The DataLad Team and Contributors
author_email = [email protected]
description = DataLad extension for semantic metadata handling
long_description = file:README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
license = MIT
classifiers =
Programming Language :: Python
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
[options]
python_requires = >= 3.7
install_requires =
six
datalad >= 0.18
datalad-metadata-model >=0.3.10
datalad-deprecated
pytest
pyyaml
test_requires =
coverage
pytest
pytest-cov
packages = find_namespace:
include_package_data = True
[versioneer]
VCS = git
style = pep440
versionfile_source = datalad_metalad/_version.py
versionfile_build = datalad_metalad/_version.py
tag_prefix =
parentdir_prefix =