forked from opencadc/caom2pipe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
42 lines (34 loc) · 899 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
[build_sphinx]
source-dir = docs
build-dir = docs/_build
all_files = 1
[build_docs]
source-dir = docs
build-dir = docs/_build
all_files = 1
[upload_docs]
upload-dir = docs/_build/html
show-response = 1
[aliases]
test = pytest
[coverage:run]
omit = */tests/*
[tool:pytest]
norecursedirs = build docs/_build
testpaths = caom2pipe
[metadata]
package_name = caom2pipe
description = CAOM-2.3 Pipeline Components
long_description = Bits to put together to create CAOM2 instances.
author = Canadian Astronomy Data Centre
author_email = [email protected]
license = AGPLv3
url = http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/caom2
edit_on_github = False
github_project = opencadc/caom2pipe
install_requires = cadcdata caom2utils>=1.4.2 caom2repo vos cadctap
# version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
version = 0.9.2
[flake8]
max-line-length = 120
[entry_points]