forked from gbrammer/eazy-py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
71 lines (63 loc) · 1.37 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
63
64
65
66
67
68
69
70
71
[metadata]
name = eazy
author = G. Brammer
author_email = [email protected]
description = Pythonic photo-zs
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/gbrammer/eazy-py
license = MIT
license_files = LICENSE.txt
project_urls =
Documentation = https://eazy-py.readthedocs.io/
Source = https://github.com/gbrammer/eazy-py
Tracker = https://github.com/gbrammer/eazy-py/issues
classifiers=
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Astronomy
[options]
python_requires = >=3.8
install_requires =
numpy
scipy<1.14
matplotlib
astropy
peakutils
tqdm
h5py
astro-sedpy>=0.3
dust_extinction
packages = find:
include_package_data = True
[options.extras_require]
test =
pytest>=5.1
flake8
docs =
sphinx
sphinx-astropy
[options.package_data]
eazy.data =
*.txt
alpha_lyr_stis_008.fits
emlines_info.dat
zphot.param.default
[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 = 5.0
norecursedirs = eazy-photoz build docs/build
testpaths =
eazy/tests
[flake8]
exclude = *parsetab.py,conftest.py,docs/conf.py,scripts/*