generated from mpi-astronomy/mpia-python-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
48 lines (44 loc) · 980 Bytes
/
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
[metadata]
name = Astraeus
version = 0.3
author = Kevin B. Stevenson
author_email = [email protected]
description = Exoplanet Data Reduction I/O
long_description = file: README.md
long_description_content_type = text/markdown
license = BSD-3-Clause
license_file = LICENSE
url = https://github.com/kevin218/Astraeus
project_urls =
Bug Tracker = https://github.com/kevin218/Astraeus/issues
Source Code = https://github.com/kevin218/Astraeus
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: BSD 3-Clause License
Operating System :: OS Independent
[options]
package_dir =
=src
packages = find:
python_requires= >=3.8
# Example of how to add dependencies:
install_requires =
h5py
xarray
dask
netCDF4<1.7
h5netcdf
bottleneck
[options.packages.find]
where = src
[options.extras_require]
docs =
sphinx
sphinx-automodapi
numpydoc
test =
pytest
pytest-doctestplus
flake8
codecov
pytest-cov