-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
34 lines (32 loc) · 835 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
[metadata]
name = titrate
version = 0.5.0
author = Stefan Fröse
author_email = [email protected]
description = asympTotic lIkelihood Tests for daRk mAtTer sEarch
long_description = file: README.md
license = BSD-3-Clause
url = https://github.com/StFroese/TITRATE
classifiers =
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering :: Astronomy
[options]
zip_safe = False
packages = find:
python_requires = >=3.9
install_requires =
numpy
scipy
matplotlib
gammapy
astropy<6.0
h5py
[options.extras_require]
tests =
pytest