forked from psychoinformatics-de/datalad-debian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
47 lines (42 loc) · 1.19 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
[metadata]
url = https://github.com/psychoinformatics-de/datalad-debian
author = The DataLad Team and Contributors
author_email = team@datalad.org
description = DataLad extension for working with Debian packages and package repositories
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.6
install_requires =
datalad >= 0.14.0rc1
test_requires =
nose
coverage
packages = find:
include_package_data = True
[options.packages.find]
# do not ship the build helpers
exclude=
_datalad_buildsupport
[options.package_data]
* = resources/procedures/*.py
[versioneer]
# 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.
VCS = git
style = pep440
versionfile_source = datalad_debian/_version.py
versionfile_build = datalad_debian/_version.py
tag_prefix =
parentdir_prefix =
[coverage:report]
show_missing = True
omit =
# versioneer code
datalad_debian/_version.py