-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
75 lines (65 loc) · 1.65 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[metadata]
name = HNLimits
authors = [
{ name="Enrique Fernandez-Martinez"},
{ name="Manuel Gonzalez-Lopez"},
{ name="Josu Hernandez-Garcia", email="[email protected]"},
{ name="Matheus Hostert", email="[email protected]"},
{ name="Jacobo Lopez-Pavon"},
]
author_email = "[email protected]"
version = attr: HNLimits.__version__
license = "MIT"
description = A collection of limits on heavy neutral leptons, including their nuSMEFT interactions
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/mhostert/heavy-neutrino-limits
classifiers =
Programming Language :: Cython
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
[options]
zip_safe = False
package_dir =
=src
packages = find:
python_requires = >=3.7
install_requires =
numpy
scipy
pandas>=1.0
Particle
matplotlib
hepunits
pylatex
[options.packages.find]
where = src
[options.package_data]
* =
include/*/*.dat
include/*/*.txt
include/*/*.py
include/*/*/*.dat
include/*/*/*.txt
include/*/*/*.py
include/assets/*
include/data/*/*
include/data/*/*/*
HNLimits = py.typed
[options.extras_require]
testing =
pytest>=6.0
pytest-cov>=2.0
tox>=3.24
pyarrow
# [options.entry_points]
# console_scripts =
# update = HNLimits.scripts:update