-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
92 lines (84 loc) · 1.79 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
[metadata]
name = km3io
description = "KM3NeT I/O library without ROOT"
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://git.km3net.de/km3py/km3io
author = "Tamas Gal and Zineb Aly"
author_email = tgal@km3net.de
maintainer = Tamas Gal
maintainer_email = tgal@km3net.de
license = MIT
license_file = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering
keywords =
neutrino
astroparticle
physics
HEP
root
[options]
packages = find:
install_requires =
docopt
numba>=0.50
awkward>=2
numpy>=2
uproot>=5
setuptools_scm
python_requires = >=3.9
include_package_data = True
package_dir =
=src
[options.packages.find]
where = src
[options.extras_require]
all =
dev =
black>=22.3.0
km3net-testdata>=0.3.6
ipykernel
matplotlib
memory_profiler
numpydoc
pillow
pytest
pytest-cov
pytest-flake8
pylint
pytest-watch
scipy
sphinx
sphinx-autoapi
sphinx-gallery
sphinx_rtd_theme
sphinxcontrib-versioning
wheel
[options.package_data]
* = *.mplstyle, *.py.typed
[bdist_wheel]
universal = 1
[tool:pytest]
junit_family = xunit2
addopts = -vv -rs -Wd
testpaths =
tests
[check-manifest]
ignore =
src/km3pipe/version.py
[tool:isort]
profile = black
multi_line_output = 3