-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
52 lines (46 loc) · 1.34 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
[metadata]
name = daemonflux
version = 0.8.2
author = Anatoli Fedynitch
maintainer_email = afedynitch@gmail.com
description = Tabulated representation of a muon-calibrated muon and neutrino flux model
license = BSD 3-Clause License
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/mceq-project/daemonflux
download_url = https://pypi.python.org/pypi/daemonflux
classifiers =
Development Status :: 4 - Beta
Topic :: Scientific/Engineering :: Physics
Intended Audience :: Science/Research
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
License :: OSI Approved :: BSD License
License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
[options]
packages = find:
package_dir =
= src
include_package_data = True
python_requires = >=3.8
install_requires =
numpy
scipy>=1.8.0
rich
[options.packages.find]
where = src
[options.extras_require]
test =
pytest
examples =
matplotlib
[flake8]
max-line-length = 90
extend-ignore = E203
[pydocstyle]
convention = numpy