-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathsetup.cfg
41 lines (38 loc) · 1.12 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
[metadata]
name = nionswift-instrumentation
version = 23.2.0
author = Nion Software
author_email = [email protected]
description = A Nion Swift library for STEM instrumentation (Camera, Scan, Video, Microscope).
long_description = file: README.rst, CHANGES.rst
url = https://github.com/nion-software/nionswift-instrumentation-kit
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 =
niondata >=15.8,<16.0
nionswift >=16.13,<17.0
nionui >=9.0,<10.0
nionutils >=4.13,<5.0
numpy >=2.0,<3.0
[options.package_data]
nionswift_plugin.nion_instrumentation_ui =
resources/*
manifest.json
py.typed
nion.instrumentation = py.typed
[options.packages.find]
include =
nion
nion.device_kit
nion.instrumentation
nion.instrumentation.test
nionswift_plugin
nionswift_plugin.nion_instrumentation_ui