Skip to content

Commit

Permalink
rel(20.0.0rc1): Update CHANGES and setup.cfg [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Mar 27, 2020
1 parent 668bb23 commit f056d58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ This release accompanies the `ISBI2020 preprint <https://doi.org/10.31219/osf.io
* ENH: Revise doctests and get them ready for more thorough testing. (#10)
* DOC: Add figure to JOSS draft / Add @smoia to author list (#61)
* DOC: Initial JOSS draft (#47)
* MAINT: Fix missing python3 binary on CircleCI build job step (#85)
* MAINT: Use setuptools_scm to manage versioning (#83)
* MAINT: Split binary test-data out from gh repo (#84)
* MAINT: Add docker image/circle build (#80)
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ license = MIT
long_description = file:README.md
long_description_content_type = text/markdown; charset=UTF-8
provides = nitransforms
project_urls =
Manuscript=https://doi.org/10.31219/osf.io/8aq7b
NiBabel=https://github.com/nipy/nibabel/pull/656
url = https://github.com/poldracklab/nitransforms

[options]
Expand Down Expand Up @@ -55,9 +58,6 @@ doctests = False
ignore =
E266
W503
exclude=*build/
per-file-ignores =
docs/conf.py : E265

[tool:pytest]
norecursedirs = .git
Expand Down

0 comments on commit f056d58

Please sign in to comment.