forked from nion-software/niondata
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
29 lines (26 loc) · 785 Bytes
/
setup.cfg
File metadata and controls
29 lines (26 loc) · 785 Bytes
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
[metadata]
name = niondata
version = 15.8.2
author = Nion Software
author_email = swift@nion.com
description = A data processing library for Nion Swift.
long_description = file: README.rst, CHANGES.rst, LICENSE.rst
url = https://github.com/nion-software/niondata
license = Apache-2.0
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License
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 =
numpy >=2.0,<3.0
scipy
nionutils >=4.14.0,<5.0.0
[options.packages.find]
include = nion, nion.data, nion.data.test
[options.package_data]
nion.data = py.typed