forked from nion-software/nionswift-instrumentation-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
38 lines (35 loc) · 1.06 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
[metadata]
name = nionswift-instrumentation
version = 0.20.3
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 :: 4 - Beta
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
packages = find_namespace:
python_requires = >=3.8,<3.11,!=3.9.7
install_requires =
niondata>=0.14.0,<0.15.0
nionswift>=0.16.0,<0.17.0
nionui>=0.6.0,<0.7.0
nionutils>=0.4.1,<0.5.0
numpy>=1.21,<2.0
[options.package_data]
nionswift_plugin.nion_instrumentation_ui =
resources/*
manifest.json
[options.packages.find]
include =
nion
nion.instrumentation
nion.instrumentation.test
nionswift_plugin
nionswift_plugin.nion_instrumentation_ui