-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
49 lines (45 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
[metadata]
name = gaiaunlimited
version = attr: gaiaunlimited.__version__
author = GaiaUnlimited
maintainer = Alfred Castro-Ginard, Tristan Cantat-Gaudin
maintainer_email = acastro@strw.leidenuniv.nl, cantat@mpia-hd.mpg.de
description = Tools for manipulating Gaia selection functions.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/GaiaUnlimited/gaiaunlimited
project_urls =
Bug Tracker = https://github.com/GaiaUnlimited/gaiaunlimited/issues
keywords = astronomy, Gaia, selection function, scanning law
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Astronomy
[options]
packages = find_namespace:
package_dir =
= src
python_requires = >=3.7
install_requires =
numpy
scipy >= 1.6.0
astropy
astropy_healpix
astroquery
pandas
xarray
healpy
h5py
tqdm
requests
astromet
[options.packages.find]
where = src
[options.package_data]
gaiaunlimited.data =
dr2/*.csv
dr3/*.csv
horizons_results_gaia.txt
apogee_sampling_fractions.csv