-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
72 lines (68 loc) · 2.11 KB
/
Copy pathsetup.cfg
File metadata and controls
72 lines (68 loc) · 2.11 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
61
62
63
64
65
66
67
68
69
70
71
72
[metadata]
name=ninst
description=NiftyPET Installation tools
long_description=file: README.rst
long_description_content_type=text/x-rst
license=Apache 2.0
license_file=LICENCE
url=https://github.com/NiftyPET/NInst
author=Casper da Costa-Luis
author_email=casper.dcl@physics.org
classifiers=
Development Status :: 4 - Beta
Intended Audience :: Developers
Environment :: GPU
Environment :: GPU :: NVIDIA CUDA
Intended Audience :: Education
Intended Audience :: Healthcare Industry
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Programming Language :: C
Programming Language :: C++
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3 :: Only
Topic :: Scientific/Engineering :: Medical Science Apps.
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: User Interfaces
Topic :: System :: Installation/Setup
Topic :: Utilities
[options]
setup_requires=setuptools>=42; setuptools_scm[toml]>=3.4; wheel; tqdm; miutil[cuda,web]>=0.7.0
install_requires=tqdm>=4.40.0; miutil[cuda,web]>=0.7.0
packages=find:
python_requires=>=3.6
[options.extras_require]
dev=
pre-commit
pytest
pytest-cov
pytest-timeout
pytest-xdist
codecov
[options.packages.find]
exclude=tests
[options.package_data]
*=*.md, *.rst
[isort]
profile=black
known_first_party=niftypet,tests
[flake8]
max_line_length=99
extend-ignore=E203,P1
exclude=.git,__pycache__,build,dist,.eggs
[coverage:paths]
rsrc=
niftypet/ninst/raw
*/.niftypet
#*/.niftypet/* # conda subdir... but wildcards not allowed
c:\*\.niftypet
[tool:pytest]
timeout=10
addopts=-v --tb=short -rxs -W=error --log-level=debug -n=auto --durations=0 --durations-min=1 --cov=niftypet --cov-report=term-missing --cov-report=xml