-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
60 lines (54 loc) · 1.34 KB
/
Copy pathsetup.cfg
File metadata and controls
60 lines (54 loc) · 1.34 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[metadata]
name = data4d
version = file: data4d/VERSION
url = https://github.com/harripj/FourDimensionalData
author = Patrick Harrison
author_email = harrison.p.j@icloud.com
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Intended Audience :: Science/Research
Operating System :: OS Independent
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Physics
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
description = Parsers, Classes, and Functions for Four Dimensional Electron Microscopy Data
long_description = file: README.md
keywords = electron microcopy, diffraction, multi-dimensional data
license_files =
LICENSE
[options]
zip_safe = False
include_package_data = True
packages = find:
python_requires = >=3.9
install_requires =
numpy>=1.21
scipy
tqdm
matplotlib>=3.5
ipywidgets
rosettasciio
[options.packages.find]
include =
data4d
data4d.*
[options.extras_require]
dev =
black
isort
gui =
PySide2
pyqtgraph
[bdist_wheel]
universal = 0
[isort]
profile = black
filter_files = True
force_sort_within_sections = True
known_first_party = data4d
src_paths = data4d,tests