-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsetup.cfg
More file actions
79 lines (64 loc) · 1.33 KB
/
setup.cfg
File metadata and controls
79 lines (64 loc) · 1.33 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[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
[tool:pytest]
; minversion = 3.0
; norecursedirs = build docs/_build
; doctest_plus = enabled
; addopts = -p no:warnings
testpaths = "nuskybgd" "docs"
astropy_header = true
doctest_plus = enabled
text_file_format = rst
addopts = --doctest-rst
[ah_bootstrap]
auto_use = True
[flake8]
exclude = extern,sphinx,*parsetab.py
[pycodestyle]
exclude = extern,sphinx,*parsetab.py
[metadata]
name = nuskybgd
description = NuSTAR Background Tools
long_description = NuSTAR Background Tools
author = NuSTAR Team
author_email = bwgref@caltech.edu
license = LICENSE.rst
url = ""
edit_on_github = False
github_project = nuskybgd-py
[options]
zip_safe = False
packages = find:
install_requires =
numpy
matplotlib
astropy
jupyter
h5py
sphinx
sphinx_rtd_theme
regions
python_requires = >=3.6
setup_requires = setuptools_scm
[options.extras_require]
test =
pytest-astropy
matplotlib
docs =
sphinx-astropy
[options.package_data]
* = *.fits, *.csv
my_package.templates = *
[options.entry_points]
console_scripts =
nuskybgd = nuskybgd.cli:main_nuskybgd
;astropy-package-template-example = packagename.example_mod:main