-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathsetup.cfg
32 lines (29 loc) · 900 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
[metadata]
name = nionswift-usim
version = 5.3.0
author = Nion Software
author_email = [email protected]
description = A Nion Swift package to simulate a STEM microscope, scanner, and cameras.
long_description = file: README.rst, CHANGES.rst
url = https://github.com/nion-software/nionswift-usim
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 =
nionswift-instrumentation >=23.2,<24.0
[options.package_data]
nionswift_plugin.usim =
manifest.json
[options.packages.find]
include =
nion.usim_device
nionswift_plugin
nionswift_plugin.usim
nionswift_plugin.usim.test