-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
55 lines (52 loc) · 1.34 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
[metadata]
name = aspired
version = 0.5.1
license = BSD-3-Clause
license_files = LICENSE
description = The iraf-free spectral data reduction toolkit.
long_description = file: README.md
long_description_content_type = text/markdown
readme = README.md
author = Marco C Lam, Robert J Smith
author_email = lam@mail.tau.ac.il, r.j.smith@ljmu.ac.uk
maintainer = Marco C Lam
maintainer_email = lam@mail.tau.ac.il
url = https://aspired.readthedocs.io/en/latest/?badge=latest
download_url = https://github.com/cylammarco/aspired
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Operating System :: OS Independent
[options]
zip_safe = False
package_dir=
=src
packages = find:
include_package_data = True
python_requires = >=3.6
install_requires =
astropy>=4.3
numpy>=1.18
scipy>=1.7
plotly>=5.6
kaleido>=0.2
astroscrappy>=1.1
ccdproc>=2.3,!=2.4.0
statsmodels>=0.13
spectresc>=1.0.1
specutils>=1.8
rascal<0.4
setup_requires =
pytest>=5.3
pytest-cov>=2.8
requests>=2.27
spectres>=2.2.0
[coverage:run]
relative_files = True
[options.packages.find]
where=src