-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
41 lines (39 loc) · 897 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
33
34
35
36
37
38
39
40
41
[metadata]
name = lauepy
version = 0.0.1
author = Nick Porter, Ross Harder, Yueheng Zhang, Matt Wilkin
author_email = jacioneportier@gmail.com
description = Python package for Laue analysis
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/jacione/lauepy
project_urls =
Bug Tracker = https://github.com/jacione/lauepy/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU GPL v3.0
Operating System :: Linux
[options]
package_dir =
= src
packages = find:
python_requires = >=3.7
install_requires =
numpy >= 1.21
scipy >= 1.7
scikit-image >= 0.19
pandas >= 1.3
matplotlib >= 3.5
cupy >= 10.0
pyyaml >= 6.0
h5py
periodictable
xrayutilities
tifffile
tqdm
click
adjustText
[options.packages.find]
where = lauepy
include =
lauepy*