-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathsetup.cfg
49 lines (47 loc) · 1.04 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
[metadata]
name = blond
author = Helga Timko
author_email = [email protected]
maintainer = Konstantinos Iliakis
description = CERN code for simulating longitudinal beam dynamics in synchrotrons.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://gitlab.cern.ch/blond/BLonD
license = GPL
license_files =
LICENSE.txt
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Intended Audience :: Science/Research
Natural Language :: English
Topic :: Scientific/Engineering :: Physics
[options]
packages = find:
python_requires = >=3.8
install_requires =
numpy>=1.20
scipy
h5py
matplotlib>=3.7
mpmath
numba
include_package_data = True
[options.extras_require]
test =
pytest
lint =
flake8
isort
pylint
doc =
sphinx<7
sphinx-rtd-theme
sphinxcontrib-napoleon
sphinx-autopackagesummary
pyqt5
all =
%(test)s
%(doc)s
%(lint)s