-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsetup.cfg
58 lines (52 loc) · 1.36 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
[metadata]
name = impy
# version = attr: impy.__version__
version = 0.2.2
author = Anatoli Fedynitch
maintainer_email = [email protected]
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/impy
download_url = https://pypi.python.org/pypi/impy
classifiers =
Development Status :: 4 - Beta
Topic :: Scientific/Engineering :: Physics
Intended Audience :: Science/Research
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
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.7
install_requires =
numpy
scipy
particletools
particle
[options.packages.find]
where = src
[options.extras_require]
test =
pytest
pytest-benchmark
pyhepmc>=2.7.3
examples =
boost-histogram
matplotlib
tqdm
joblib
graphviz
[flake8]
max-line-length = 90
[pydocstyle]
convention = numpy