-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathsetup.cfg
54 lines (49 loc) · 1.25 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
[metadata]
name = VisualPIC
version = attr: visualpic.__version__
description = Data visualizer for PIC codes
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://github.com/AngelFP/VisualPIC
author = Angel Ferran Pousa
author_email = [email protected],
license = GPLv3
license_files = LICENSE
classifiers =
Development Status :: 3 - Alpha
Programming Language :: Python :: 3
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Physics
Topic :: Scientific/Engineering :: Visualization
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
[options]
packages = find:
package_dir =
=.
install_requires =
numpy
scipy
h5py
matplotlib
aptools>=0.1.25
openpmd-viewer>=1.2.0, !=1.4.0
tqdm
python_requires = >=3.7
[options.packages.find]
where = .
[options.package_data]
visualpic =
ui/*.ui
ui/icons/*
visualization/assets/vtk_visualizer/colormaps/*.h5
visualization/assets/vtk_visualizer/opacities/*.h5
[options.extras_require]
test =
pytest
flake8
pyvista
[options.entry_points]
console_scripts =
vpic = visualpic.cli.vpic:vpic
vpic3d = visualpic.cli.vpic3d:vpic3d