forked from CABLE-LSM/benchcab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
30 lines (26 loc) · 763 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
[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]
addopts = --doctest-modules --doctest-glob='*.rst' --ignore setup.py --ignore conftest.py --ignore docs/conf.py
[options.package_data]
benchcab =
data/test/*
data/*
[versioneer]
VCS = git
style = pep440
versionfile_source = None
tag_prefix = v