-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsetup.cfg
41 lines (38 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
39
40
41
[metadata]
name = nionswift-eels-analysis
version = 0.6.8
author = Nion Software
author_email = [email protected]
description = Library and UI for doing EELS analysis with Nion Swift.
long_description = file: README.rst, CHANGES.rst
url = https://github.com/nion-software/eels-analysis
license = GPL-3.0-only
classifiers =
Development Status :: 4 - Beta
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 >=16.13,<17.0
nionui >=9.0,<10.0
numpy >=2.0,<3.0
tests_require =
nionswift
nionswift-io
[options.package_data]
nion.eels_analysis =
resources/*
nionswift_plugin.nion_eels_analysis =
resources/color_maps/*
[options.packages.find]
include =
nion
nion.eels_analysis
nion.eels_analysis.test
nionswift_plugin
nionswift_plugin.nion_eels_analysis
nionswift_plugin.nion_eels_analysis.test