-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
55 lines (48 loc) · 1.2 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[metadata]
name = rockit
version = 0.0.1
author = Jean Bilheux and Yuxuan Zhang
description = Neutron imaging data analysis at ORNL
keywords = Neutron imaging
long_description = file: README.md, LICENSE
license = BSD 3-Clause License
url = https://github.com/ornlneutronimaging/rockit
project_urls =
Bug Tracker = https://github.com/ornlneutronimaging/rockit/issues
classifiers =
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
package_dir=
= rockit
packages = find:
python_requires = >= 3.8
install_requires =
argparse
dxchange
tomopy
numpy
bm3d-streak-removal
[options.packages.find]
where = rockit
exclude =
notebooks
autoreduce
[options.extras_require]
tests = pytest
[aliases]
test = pytest
[flake8]
ignore = E203, E266, E501, W503, F403, F401
max-line-length = 120
[tool:pytest]
testpaths = tests
python_files = *test*.py
norecursedirs = .git tmp* _tmp* __pycache__ *dataset* *data_set*
[coverage:run]
source = rockit/rockit_cli