forked from StingraySoftware/stingray
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
28 lines (23 loc) · 640 Bytes
/
setup.cfg
File metadata and controls
28 lines (23 loc) · 640 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
[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 = stingray
description = Time Series Methods For Astronomical X-ray Data
long_description = A general-purpose timing package for X-ray time series.
author = Stingray Developers
author_email = spectraltiming-stingray@googlegroups.com
license = MIT
url = https://github.com/StingraySoftware/stingray
edit_on_github = False
github_project = StingraySoftware/stingray