-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathsetup.cfg
53 lines (49 loc) · 1.16 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
[metadata]
name = nionswift
version = 16.13.0
author = Nion Software
author_email = [email protected]
description = Nion Swift: Scientific Image Processing.
long_description = file: README.rst
url = https://github.com/nion-software/nionswift
license = GPL-3.0-only
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
[options]
packages = find_namespace:
python_requires = >=3.11
install_requires =
scipy
numpy >=2.0,<3.0
h5py
pytz
tzlocal
imageio >=2.19.0
pillow
niondata >=15.8,<16.0
nionui >=9.0,<10.0
nionswift-io >=15.4,<16.0
nionutils >=4.13,<5.0
[options.package_data]
nion.swift =
resources/*
py.typed
nion.swift.model = resources/color_maps/*
[options.entry_points]
console_scripts =
nionswift = nion.swift.command:main
[options.packages.find]
include =
nion
nion.swift
nion.swift.model
nion.swift.test
nionui_app.nionswift
nionswift_plugin.none
nionlib
nion.typeshed
nionswift