forked from astropy/astroquery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
33 lines (28 loc) · 695 Bytes
/
Copy pathsetup.cfg
File metadata and controls
33 lines (28 loc) · 695 Bytes
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
[build_sphinx]
source-dir = docs
build-dir = docs/_build
all_files = 1
[upload_docs]
upload-dir = docs/_build/html
show-response = 1
[pytest]
minversion = 2.2
norecursedirs = build docs/_build
doctest_plus = enabled
[ah_bootstrap]
auto_use = True
[metadata]
package_name = astroquery
description = Functions and classes to access online data resources
long_description =
author = Adam Ginsburg
author_email =
license = BSD
url = http://astropy.org/astroquery
edit_on_github = False
github_project = astropy/astroquery
[pep8]
# E402 module level import not at top of file
# We need to ignore this as the .conf has to be set in the __init__.py
# before the modules are imported.
ignore = E402