xnatqa 0.0.1__tar.gz → 0.0.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xnatqa
3
- Version: 0.0.1
3
+ Version: 0.0.3
4
4
  Summary: A workflow for automatically labeling and running QA on MRI scans within XNAT
5
5
  Author-email: Kyle Kurkela <kkurkela@bu.edu>
6
6
  License-Expression: MIT
@@ -11,10 +11,10 @@ Classifier: Operating System :: OS Independent
11
11
  Requires-Python: >=3.9
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
- Requires-Dist: xnattager
14
+ Requires-Dist: xnattagger
15
15
  Requires-Dist: yaxil
16
- Requires-Dist: yaml
17
- Requires-Dist: glob
16
+ Requires-Dist: pyyaml
17
+ Requires-Dist: glob2
18
18
  Dynamic: license-file
19
19
 
20
20
  # xnatqa
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "xnatqa"
3
- version = "0.0.1"
3
+ version = "0.0.3"
4
4
  authors = [
5
5
  { name="Kyle Kurkela", email="kkurkela@bu.edu" },
6
6
  ]
@@ -14,10 +14,10 @@ classifiers = [
14
14
  license = "MIT"
15
15
  license-files = ["LICEN[CS]E*"]
16
16
  dependencies = [
17
- "xnattager",
17
+ "xnattagger",
18
18
  "yaxil",
19
- "yaml",
20
- "glob"
19
+ "pyyaml",
20
+ "glob2"
21
21
  ]
22
22
 
23
23
  [project.urls]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xnatqa
3
- Version: 0.0.1
3
+ Version: 0.0.3
4
4
  Summary: A workflow for automatically labeling and running QA on MRI scans within XNAT
5
5
  Author-email: Kyle Kurkela <kkurkela@bu.edu>
6
6
  License-Expression: MIT
@@ -11,10 +11,10 @@ Classifier: Operating System :: OS Independent
11
11
  Requires-Python: >=3.9
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
- Requires-Dist: xnattager
14
+ Requires-Dist: xnattagger
15
15
  Requires-Dist: yaxil
16
- Requires-Dist: yaml
17
- Requires-Dist: glob
16
+ Requires-Dist: pyyaml
17
+ Requires-Dist: glob2
18
18
  Dynamic: license-file
19
19
 
20
20
  # xnatqa
@@ -0,0 +1,4 @@
1
+ xnattagger
2
+ yaxil
3
+ pyyaml
4
+ glob2
@@ -1,4 +0,0 @@
1
- xnattager
2
- yaxil
3
- yaml
4
- glob
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes