-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathsetup.cfg
62 lines (58 loc) · 1.2 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[tool:pytest]
testpaths = "msaexp/tests"
[metadata]
package_name = msaexp
description = Manual extraction of JWST NIRSpec MSA spectra directly from the telescope exposures
author = G. Brammer
license = MIT
license_files = LICENSE.txt
url = https://github.com/gbrammer/msaexp
edit_on_github = False
github_project = gbrammer/msaexp
long_description = file: README.rst
long_description_content_type = text/x-rst
project_urls =
Source = https://github.com/gbrammer/msaexp
Tracker = https://github.com/gbrammer/msaexp/issues
classifiers=
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Astronomy
[options]
python_requires = >=3.9
packages =
msaexp
msaexp.data
install_requires =
numpy
cython
matplotlib
scipy
numba
tqdm
astropy
pysiaf
jwst<=1.16
astroquery
grizli
eazy>=0.8.3
mastquery
astro-sedpy>=0.3.0
scikit-image
include_package_data = True
[options.extras_require]
test =
pytest>=5.1
pytest-cov
flake8
docs =
sphinx
sphinx-astropy
[options.package_data]
msaexp.fork =
*
assign_wcs/*
msaexp.data =
*
msa_sky/*
extended_sensitivity/*