forked from astropy/pyvo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
46 lines (38 loc) · 1.04 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
[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
[tools:pytest]
minversion = 2.2
norecursedirs = build docs/_build
[ah_bootstrap]
auto_use = True
[flake8]
max-line-length = 110
max-doc-length = 79
exclude = __init__.py, setup_package.py, conf.py, setup.py, ah_bootstrap.py, astropy_helpers, version.py, ci-helpers conftest.py
[pycodestyle]
max-line-length = 110
max-doc-length = 79
exclude = extern,sphinx,*parsetab.py
[metadata]
package_name = pyvo
description = Astropy affiliated package for accessing Virtual Observatory data and services
long_description =
author = the IVOA community
author_email = sbecker@ari.uni-heidelberg.de
license = BSD
url = https://github.com/astropy/pyvo
edit_on_github = False
github_project = astropy/pyvo
install_requires = astropy requests mimeparse
# version should be PEP440 compatible (http://www.python.org/dev/peps/pep-0440)
version = 1.1.dev
[entry_points]