-
Notifications
You must be signed in to change notification settings - Fork 14
/
setup.cfg
36 lines (34 loc) · 904 Bytes
/
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
[metadata]
name = Wake-T
version = attr: wake_t.__version__
description = A fast particle tracking code for plasma accelerators.
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://github.com/AngelFP/Wake-T
author = Angel Ferran Pousa
author_email = [email protected],
license = GPLv3
license_file = LICENSE
classifiers =
Development Status :: 3 - Alpha
Programming Language :: Python :: 3
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Physics
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
[options]
packages = find:
install_requires =
numpy
numba!=0.57.0
scipy
aptools~=0.2.0
openpmd-api
tqdm
python_requires = >=3.8
[options.extras_require]
test =
pytest
flake8
matplotlib
openpmd-viewer