-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
49 lines (45 loc) · 841 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
37
38
39
40
41
42
43
44
45
46
47
48
49
[metadata]
name = hdf5viewer
description = HDF5 File Viewer
author = Dennis Lönard
license = GPLv3
license_files = LICENSE
platforms = unix, linux, win32
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.11
[options]
packages =
hdf5viewer
hdf5viewer.lib_h5
install_requires =
argparse==1.4.0
PyQt6==6.5.0
PyQt6-Qt6==6.5.0
h5py==3.8.0
numpy==1.24.2
pyqtgraph==0.13.1
pyinstaller==5.10.0
python_requires = >=3.8
package_dir = =src
zip_safe = no
[options.extras_require]
testing =
flake8==6.0.0
mypy==1.2.0
h5py==3.8.0
[options.package_data]
hdf5viewer = py.typed
[flake8]
max-line-length = 120
exclude =
.git
build
debian
dist
html
img
venv
windows
{envtempdir}