-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
40 lines (35 loc) · 942 Bytes
/
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
[metadata]
name = arcus
author = MIT/Hans Moritz Günther
author_email = [email protected]
license = GNU GPL v3+
license_file = licenses/LICENSE.rst
url = https://github.com/hamogu/arcus
description = Ray-tracing or reducing ARCUS data
long_description = This package contains the code for Arcus simulations. This includes both ray-trace simulations (using MARXS), but also the generation of ARF and RMFs for simpler simulations in e.g. XSPEC.
edit_on_github = False
github_project = hamogu/arcus
[options]
zip_safe = False
packages = find:
python_requires = >=3.7
setup_requires = setuptools_scm
install_requires =
astropy
numpy
marxs
transforms3d
[options.extras_require]
test =
pytest-astropy
docs =
sphinx-astropy
[options.package_data]
arcus = data/*
arcus.reduction = data/*
[tool:pytest]
testpaths = "arcus" "docs"
astropy_header = true
doctest_plus = enabled
text_file_format = rst
addopts = --doctest-rst