Skip to content

Commit f056d58

Browse files
committed
rel(20.0.0rc1): Update CHANGES and setup.cfg [skip ci]
1 parent 668bb23 commit f056d58

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ This release accompanies the `ISBI2020 preprint <https://doi.org/10.31219/osf.io
3232
* ENH: Revise doctests and get them ready for more thorough testing. (#10)
3333
* DOC: Add figure to JOSS draft / Add @smoia to author list (#61)
3434
* DOC: Initial JOSS draft (#47)
35+
* MAINT: Fix missing python3 binary on CircleCI build job step (#85)
3536
* MAINT: Use setuptools_scm to manage versioning (#83)
3637
* MAINT: Split binary test-data out from gh repo (#84)
3738
* MAINT: Add docker image/circle build (#80)

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ license = MIT
1414
long_description = file:README.md
1515
long_description_content_type = text/markdown; charset=UTF-8
1616
provides = nitransforms
17+
project_urls =
18+
Manuscript=https://doi.org/10.31219/osf.io/8aq7b
19+
NiBabel=https://github.com/nipy/nibabel/pull/656
1720
url = https://github.com/poldracklab/nitransforms
1821

1922
[options]
@@ -55,9 +58,6 @@ doctests = False
5558
ignore =
5659
E266
5760
W503
58-
exclude=*build/
59-
per-file-ignores =
60-
docs/conf.py : E265
6161

6262
[tool:pytest]
6363
norecursedirs = .git

0 commit comments

Comments
 (0)