-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
38 lines (34 loc) · 934 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
[metadata]
name = nu_coincidence
description = Investigating coincident source-neutrino detections
long_description = file:README.md
long_description_content_type = text/markdown
url = https://github.com/cescalara/nu_coincidence
author_email = capel.francesca@gmail.com
author = Francesca Capel
requires_python = >=3.0
project_urls =
Bug Tracker = https://github.com/cescalara/nu_coincidence/issues
Source Code = https://github.com/cescalara/nu_coincidence
[options]
packages = find:
install_requires =
numpy
scipy
matplotlib
astropy
jupytext
h5py
joblib
icecube_tools
popsynth @ git+https://github.com/grburgess/popsynth@50c535e771f99fe34bfb00ded2b82d25455c5785
tests_require =
pytest
pytest-cov
[versioneer]
VCS=git
style=pep440
versionfile_source=nu_coincidence/_version.py
versionfile_build=nu_coincidence/_version.py
tag_prefix=v
parentdir_prefix=nu_coincidence-