-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
64 lines (55 loc) · 1.33 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[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]
minversion = 2.2
norecursedirs = build docs/_build
testpaths = gem2caom2
[bdist_wheel]
universal=1
[metadata]
package_name = gem2caom2
description = Starting point for application to generate CAOM2 observations.
long_description = TBD
author = Canadian Astronomy Data Centre
author_email = [email protected]
license = AGPLv3
url = TBD
edit_on_github = False
github_project = opencadc-metadata-curation/gem2caom2
install_requires =
bs4
cadcdata
cadctap
caom2
caom2repo
importlib-metadata
matplotlib
pillow
python-dateutil
PyYAML
spherical-geometry
vos
# version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
version = 0.11.0
[flake8]
max-line-length = 120
[entry_points]
gem_run = gem2caom2.composable:run
gem_run_public = gem2caom2.composable:run_by_public
gem_run_incremental_original = gem2caom2.composable:run_state
gem_run_incremental = gem2caom2.composable:run_incremental_diskfiles
gem_run_incremental_diskfiles = gem2caom2.composable:run_incremental_diskfiles
gem_validate = gem2caom2.validator:validate