@@ -7,21 +7,13 @@ name = "fileformats-medimage-mrtrix3"
7
7
description = " Classes for representing different file formats in Python classes for use in type hinting in data workflows"
8
8
readme = " README.rst"
9
9
requires-python = " >=3.8"
10
- dependencies = [
11
- " fileformats >= 0.8.5" ,
12
- " fileformats-medimage >= 0.4.4"
13
- ]
14
- license = {file = " LICENSE" }
15
- authors = [
16
- {
name =
" Thomas G. Close" ,
email =
" [email protected] " },
17
- ]
10
+ dependencies = [" fileformats >=0.15a3" , " fileformats-medimage >= 0.10.0a1" ]
11
+ license = { file = " LICENSE" }
12
+ authors = [{
name =
" Thomas G. Close" ,
email =
" [email protected] " }]
18
13
maintainers = [
19
- {
name =
" Thomas G. Close" ,
email =
" [email protected] " },
14
+ {
name =
" Thomas G. Close" ,
email =
" [email protected] " },
20
15
] # Ideally this would be the generic MRtrix developers authors list, but will leave it as me for now
21
- keywords = [
22
- " file formats" ,
23
- " data" ,
24
- ]
16
+ keywords = [" file formats" , " data" ]
25
17
classifiers = [
26
18
" Development Status :: 3 - Alpha" ,
27
19
" Environment :: Console" ,
@@ -39,19 +31,8 @@ classifiers = [
39
31
dynamic = [" version" ]
40
32
41
33
[project .optional-dependencies ]
42
- dev = [
43
- " black" ,
44
- " pre-commit" ,
45
- " codespell" ,
46
- " flake8" ,
47
- " flake8-pyproject" ,
48
- ]
49
- test = [
50
- " pytest >=6.2.5" ,
51
- " pytest-env>=0.6.2" ,
52
- " pytest-cov>=2.12.1" ,
53
- " codecov" ,
54
- ]
34
+ dev = [" black" , " pre-commit" , " codespell" , " flake8" , " flake8-pyproject" ]
35
+ test = [" pytest >=6.2.5" , " pytest-env>=0.6.2" , " pytest-cov>=2.12.1" , " codecov" ]
55
36
56
37
[project .urls ]
57
38
repository = " https://github.com/MRtrix3/mrtrix3"
@@ -75,9 +56,7 @@ ignore-words = ".codespell-ignorewords"
75
56
76
57
[tool .flake8 ]
77
58
doctests = true
78
- per-file-ignores = [
79
- " __init__.py:F401"
80
- ]
59
+ per-file-ignores = [" __init__.py:F401" ]
81
60
max-line-length = 88
82
61
select = " C,E,F,W,B,B950"
83
62
extend-ignore = [' E203' , ' E501' , ' E129' ]
0 commit comments