forked from mdekauwe/CABLE_benchmarking
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
48 lines (41 loc) · 947 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
45
46
47
48
[metadata]
name=benchcab
summary= Software to run a benchmarking suite for CABLE LSM
description=To benchmark CABLE simulations
url=https://github.com/CABLE-LSM/benchcab
license=Apache 2.0
classifier=
Development Status :: 2 - Pre-Alpha
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3.9
[options.entry_points]
console_scripts =
benchcab=benchcab.main:main
[tool:pytest]
testpaths = tests
addopts =
--doctest-modules
--doctest-glob='*.rst'
--ignore setup.py
--ignore conftest.py
--ignore docs/conf.py
--import-mode=importlib
[coverage:report]
include = src/*
[options]
package_dir=
=src
packages=find:
[options.packages.find]
where=src
[options.package_data]
benchcab =
data/*
data/test/*
[versioneer]
VCS = git
style = pep440
versionfile_source = None
tag_prefix = v