-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
47 lines (40 loc) · 955 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
[metadata]
name = SingletScalar-DM
version = 1.0.0
author = Mattia Di Mauro
author_email = dimauro.mattia@gmail.com
description = Calculate cross sections, relic density and source spectra for the singlet scalar model of dark matter.
long_description = file: README.md, LICENCE
licence = MIT
classifiers =
Development Status :: 6 - Mature
Programming Language :: Python :: 3.10
Operating System :: OS Independent
License :: OSI Approved :: MIT License
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Physics
[options]
package_dir =
= src
packages = find:
python_requires = >=3.7
install_requires =
numpy
scipy
[options.packages.find]
where = src
[options.package_data]
* =
data/*.dat
data/likelihood/*.dat
[options.extras_require]
examples =
matplotlib
docs =
sphinx
sphinx-codeautolink
sphinx-gallery
pydata-sphinx-theme
matplotlib
testing =
pytest