-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsetup.cfg
68 lines (61 loc) · 1.54 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
[metadata]
name = chromo
version = 0.5.6
author = Anatoli Fedynitch
maintainer_email = afedynitch@gmail.com
description = Hadronic Interaction Model interface in Python
license = BSD 3-Clause License
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/impy-project/chromo
download_url = https://pypi.python.org/pypi/chromo
classifiers =
Development Status :: 4 - Beta
Topic :: Scientific/Engineering :: Physics
Intended Audience :: Science/Research
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
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.9
install_requires =
numpy
scipy
particle
rich
[options.entry_points]
console_scripts =
chromo = chromo.cli:main
[options.packages.find]
where = src
[options.extras_require]
test =
pytest
pytest-benchmark
pytest-xdist
pyhepmc>=2.13.2
uproot
awkward
pyyaml
boost_histogram
matplotlib
examples =
boost-histogram
matplotlib
tqdm
joblib
[flake8]
max-line-length = 90
extend-ignore = E203
[pydocstyle]
convention = numpy