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
|
[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
[ah_bootstrap]
auto_use = False
[metadata]
package_name = pyregion
description = python parser for ds9 region files
long_description =
author = Jae-Joon Lee
author_email = lee.j.joon@gmail.com
license = MIT
url = https://github.com/astropy/pyregion
edit_on_github = False
github_project = astropy/pyregion
|