-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
42 lines (36 loc) · 1.32 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
[metadata]
name = skyllh
description = The SkyLLH framework is an open-source Python3-based package licensed under the GPLv3 license. It provides a modular framework for implementing custom likelihood functions and executing log-likelihood ratio hypothesis tests. The idea is to provide a class structure tied to the mathematical objects of the likelihood functions.
long_description = file:README.md
long_description_content_type = text/markdown
url = https://github.com/icecube/skyllh
author_email = [email protected]
author = Martin Wolf
requires_python = >=3.8.0
license = GPL-3+
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: POSIX
Programming Language :: Python :: 3.8
Topic :: Scientific/Engineering :: Physics
project_urls =
Bug Tracker = https://github.com/icecube/skyllh/issues
Documentation = https://icecube.github.io/skyllh
Source Code = https://github.com/icecube/skyllh
[options]
packages = find:
install_requires =
astropy
numpy
scipy
tqdm
[versioneer]
VCS = git
style = pep440
versionfile_source = skyllh/_version.py
versionfile_build = skyllh/_version.py
tag_prefix = v
parentdir_prefix = skyllh-