forked from panoptes/POCS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
41 lines (37 loc) · 1.02 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
[aliases]
test=pytest
[build_sphinx]
source-dir = docs
build-dir = docs/_build
all_files = 1
[sphinx-apidocs]
packages =
pocs
peas
[tool:pytest]
testpaths= pocs/tests/ peas/tests/
python_files= test_*.py
norecursedirs= scripts
addopts= --doctest-modules
doctest_optionflags= ELLIPSIS NORMALIZE_WHITESPACE ALLOW_UNICODE IGNORE_EXCEPTION_DETAIL
filterwarnings =
ignore:elementwise == comparison failed:DeprecationWarning
ignore::pytest.PytestDeprecationWarning
markers =
without_camera
with_camera
without_mount
with_mount
without_sensors
with_sensors
[metadata]
author = PANOPTES Team
author_email = [email protected]
description = Finding exoplanets with small digital cameras
edit_on_github = True
github_project = panoptes/POCS
keywords = Citizen-science open-source exoplanet digital DSLR camera astronomy STEM
license = MIT
long_description = PANOPTES: Panoptic Astronomical Networked Observatories for a Public Transiting Exoplanets Survey
package_name = pocs
url = http://panoptes.github.io