-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsetup.cfg
49 lines (39 loc) · 902 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
49
[aliases]
test=pytest
[metadata]
name = gbmgeometry
description = Geometry calculations for Fermi GBM
long_description = file:README.md
long_description_content_type = text/markdown
url = https://github.com/grburgess/gbmgeometry
author_email = [email protected]
author = J. Michael Burgess
requires_python = >=3.8.0
project_urls =
Bug Tracker = https://github.com/grburgess/gbmgeometry/issues
Source Code = https://github.com/grburgess/gbmgeometry
[options]
packages = find:
install_requires =
numba
numpy
matplotlib
pyerfa
astropy
sympy
healpy
spherical_geometry
h5py
ipywidgets
jupyter
ipyvolume>=0.6.0a2
tests_require =
pytest
pytest-codecov
[versioneer]
VCS=git
style=pep440
versionfile_source=gbmgeometry/_version.py
versionfile_build=gbmgeometry/_version.py
tag_prefix=v
parentdir_prefix=gbmgeometry-