-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
40 lines (35 loc) · 905 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
[metadata]
name = MFQuery
author = Paola Petrelli
author-email = paola.petrelli@utas.edu.au
summary = Mediaflux Query tools to use with data from the Weather@Home project
description-file = README.md
licence = Apache 2.0
classifier =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.5
[files]
packages =
MFQuery
package-data =
MFQuery = data/*
[pbr]
autodoc_tree_index_modules = True
[extras]
# Optional dependencies
dev =
pytest
sphinx
recommonmark
mock
[build_sphinx]
source-dir = docs
build-dir = docs/_build
[tool:pytest]
addopts = --doctest-modules --ignore MFQuery/WatH --doctest-glob='*.rst'