forked from AstroHuntsman/huntsman-pocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
39 lines (34 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
[aliases]
test=pytest
[tool:pytest]
testpaths= huntsman/tests
python_files= test_*.py
norecursedirs= scripts
addopts= --doctest-modules --mpl
doctest_optionflags= ELLIPSIS NORMALIZE_WHITESPACE ALLOW_UNICODE IGNORE_EXCEPTION_DETAIL
filterwarnings =
ignore:elementwise == comparison failed:DeprecationWarning
[build_sphinx]
source-dir = docs
build-dir = docs/_build
all_files = 1
[upload_docs]
upload-dir = docs/_build/html
show-response = 1
[options]
zip_safe = False
packages = find:
include_package_data = True
package_dir =
=src
[metadata]
author = Huntsman Telephoto Array Team
author_email = [Lee Spitler]
description = Canon camera array for detecting faint astronomical phenomena
edit_on_github = True
github_project = AstroHuntsman/huntsman-pocs
keywords = galaxies canon lenses astronomy automated observatory
license = MIT
long_description = Huntsman observatory is a fully automated remote observatory based at Siding Spring Observatory in Australia
package_name = huntsman
url = https://www.facebook.com/AstroHuntsman/