-
Notifications
You must be signed in to change notification settings - Fork 8
/
setup.cfg
45 lines (41 loc) · 874 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
[metadata]
name = icecube_tools
description = Python tools
long_description = file:README.md
long_description_content_type = text/markdown
url = https://github.com/cescalara/icecube_tools
author_email = [email protected]
author = Francesca Capel
requires_python = >=3.0
project_urls =
Bug Tracker = https://github.com/cescalara/icecube_tools/issues
Source Code = https://github.com/cescalara/icecube_tools
[options]
packages = find:
install_requires =
numpy
scipy
matplotlib
astropy
iminuit
jupytext
requests_cache
requests
bs4
tqdm
versioneer
vMF > 0.1
pandas
h5py
healpy
mpmath
tests_require =
pytest
pytest-cov
[versioneer]
VCS=git
style=pep440
versionfile_source=icecube_tools/_version.py
versionfile_build=icecube_tools/_version.py
tag_prefix=v
parentdir_prefix=icecube_tools-