-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsetup.cfg
38 lines (33 loc) · 949 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
[metadata]
name = xmhw
url = https://github.com/coecms/xmhw
author = Paola Petrelli
author_email = paola.petrelli@utas.edu.au
summary = 'Marine heatwave detection code using xarray'
description_file = README.rst
licence = 'Apache-2.0'
keywords = 'marine heatwave'
classifier =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[files]
packages =
xmhw
[pbr]
autodoc_tree_index_modules = True
autodoc_tree_excludes =
setup.py
test
docs/conf.py
[build_sphinx]
source_dir = docs
build_dir = docs/_build
[tool:pytest]
addopts = --doctest-modules --doctest-glob='*.rst' --ignore setup.py --ignore docs/conf.py