forked from pyoceans/python-oceans
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
33 lines (28 loc) · 640 Bytes
/
setup.cfg
File metadata and controls
33 lines (28 loc) · 640 Bytes
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
# 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.
[versioneer]
VCS = git
style = pep440
versionfile_source = oceans/_version.py
versionfile_build = oceans/_version.py
tag_prefix = v
parentdir_prefix =
[tool:pytest]
markers =
web: marks tests require connection (deselect with '-m "not web"')
[metadata]
description-file = README.rst
license_file = LICENSE.txt
[check-manifest]
ignore =
.travis.yml
.coveragerc
Makefile
docs
docs/*
*.enc
notebooks
notebooks/*
tests
tests/*