-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
124 lines (116 loc) · 2.33 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
[metadata]
name = km3irf
description = KM3NeT instrument response functions
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://git.km3net.de/km3py/km3irf
author = Tamas Gal
author_email = [email protected]
maintainer = Tamas Gal
maintainer_email = [email protected]
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.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering
keywords =
neutrino
astroparticle
physics
HEP
[options]
packages = find:
install_requires =
astropy
hist
importlib_resources
km3io
km3net-testdata>=0.4.3
km3pipe
pandas
prettytable
scipy
setuptools
setuptools_scm
uproot
python_requires = >=3.6
include_package_data = True
package_dir =
=src
[options.packages.find]
where = src
[options.extras_require]
all =
black
ipykernel
matplotlib
numpydoc
pillow
pydata-sphinx-theme>=0.13.0
pytest
pytest-cov
pytest-flake8
pytest-pylint
pytest-watch
sphinx<7.0.0
sphinx-autoapi<=1.9.0
sphinx-gallery>=0.1.12, <=0.11.1
sphinxcontrib-versioning
wheel
dev =
black
black[jupyter]
ipykernel
matplotlib
numpydoc
pydata-sphinx-theme>=0.13.0
pillow
pytest
pytest-cov
pytest-flake8
pytest-pylint
pytest-watch
sphinx<7.0.0
sphinx-autoapi<=1.9.0
sphinx-gallery>=0.1.12, <=0.11.1
sphinxcontrib-versioning
wheel
test =
black
black[jupyter]
ipykernel
matplotlib
pillow
pytest
pytest-cov
pytest-flake8
pytest-pylint
pytest-watch
wheel
[options.package_data]
* = *.py.typed
[bdist_wheel]
universal = 1
[tool:pytest]
junit_family = xunit2
addopts = -vv -rs -Wd
testpaths =
tests
[check-manifest]
ignore =
src/km3irf/version.py
[tool:isort]
profile = black
multi_line_output = 3