forked from sebastian-zieba/PACMAN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
78 lines (73 loc) · 1.5 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
72
73
74
75
76
77
78
[metadata]
name = pacman
version = 0.0.1
author = Sebastian Zieba
author_email = zieba@mpia.de
description = Pipeline for reduction and analysis of HST/WFC3 G102 and G141 data
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT License
license_file = LICENSE
url = https://github.com/sebastian-zieba/PACMAN
project_urls =
Bug Tracker = https://github.com/sebastian-zieba/PACMAN/issues
Sourse Code = https://github.com/sebastian-zieba/PACMAN
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
=src
packages = find:
include_package_data = true
python_requires= >=3.7
# Example of how to add dependencies:
install_requires =
importlib-metadata >= 2.0 ; python_version < "3.8"
numpy
scipy
matplotlib
astropy
emcee
corner
dynesty
batman-package
seaborn
h5py
pyyaml
tqdm
uncertainties
celerite
exotic_ld
[options.packages.find]
where = src
[options.extras_require]
docs =
sphinx
nbsphinx
sphinx-automodapi
numpydoc
myst_parser
recommonmark
sphinx_rtd_theme
pandoc
sphinx-gallery
nbconvert
ipython_genutils
test =
pytest
pytest-doctestplus
flake8
pytest-cov
photutils
astroquery
pytest-ordering
[options.package_data]
pacman =
data/stellar_models/ck04models/file_list.txt
data/stellar_models/k93models/file_list.txt
data/stellar_models/phoenix/file_list.txt
data/bandpass/*
data/flats/*
data/run_files/*