-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
51 lines (45 loc) · 1013 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
42
43
44
45
46
47
48
49
50
51
[metadata]
name = quicknxs
description = Magnetic Reflectivity Reduction
author = SAE team
url = https://github.com/neutrons/quicknxs
long_description = file: README.md
license = Apache License 2.0
classifiers =
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
[options]
include_package_data = True
python_requires >= 3.10
packages = find:
install_requires =
mantid>=6.10
matplotlib
qtpy
tests_require =
pytest
pytest-qt
pytest-cov
pytest-xvfb
scripts =
bin/RefRedM
bin/quicknxs2
[options.packages.find]
exclude =
test*
[options.package_data]
* =
*.gx
*.json
*.ui
# configure options here to work for all sub-packages
[flake8]
ignore = E402 E722 E741 F821 F841 E203 W503 F401 E712 E713 F811
max-line-length = 150
[coverage:run]
source = quicknxs
omit = test/*
[pytest]
qt_log_format = {rec.when} {rec.type_name}: {rec.message}