forked from opencadc/blank2caom2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
42 lines (36 loc) · 865 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
[aliases]
test = pytest
[coverage:run]
omit = */tests/*
[tool:pytest]
minversion = 2.2
norecursedirs = build docs/_build
testpaths = blank2caom2
[metadata]
package_name = blank2caom2
description = Starting point for application to generate CAOM2 observations.
long_description = TBD
author = Canadian Astronomy Data Centre
author_email = cadc@nrc-cnrc.gc.ca
license = AGPLv3
url = TBD
edit_on_github = False
github_project = opencadc/blank2caom2
install_requires =
cadcdata
cadctap
caom2
caom2repo
caom2utils
importlib-metadata
python-dateutil
PyYAML
spherical-geometry
vos
# version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
version = 0.1.0
[flake8]
max-line-length = 120
[entry_points]
blank_run = blank2caom2.composable:run
blank_run_incremental = blank2caom2.composable:run_incremental