File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ This release accompanies the `ISBI2020 preprint <https://doi.org/10.31219/osf.io
32
32
* ENH: Revise doctests and get them ready for more thorough testing. (#10)
33
33
* DOC: Add figure to JOSS draft / Add @smoia to author list (#61)
34
34
* DOC: Initial JOSS draft (#47)
35
+ * MAINT: Fix missing python3 binary on CircleCI build job step (#85)
35
36
* MAINT: Use setuptools_scm to manage versioning (#83)
36
37
* MAINT: Split binary test-data out from gh repo (#84)
37
38
* MAINT: Add docker image/circle build (#80)
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ license = MIT
14
14
long_description = file:README.md
15
15
long_description_content_type = text/markdown; charset=UTF-8
16
16
provides = nitransforms
17
+ project_urls =
18
+ Manuscript =https://doi.org/10.31219/osf.io/8aq7b
19
+ NiBabel =https://github.com/nipy/nibabel/pull/656
17
20
url = https://github.com/poldracklab/nitransforms
18
21
19
22
[options]
@@ -55,9 +58,6 @@ doctests = False
55
58
ignore =
56
59
E266
57
60
W503
58
- exclude =*build/
59
- per-file-ignores =
60
- docs/conf.py : E265
61
61
62
62
[tool:pytest]
63
63
norecursedirs = .git
You can’t perform that action at this time.
0 commit comments