Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ omit =
*/externals/*
*/benchmarks/*
*/tests/*
nibabel/_version.py
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nibabel/COMMIT_INFO.txt export-subst
nibabel/_version.py export-subst
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ recursive-include nibabel/tests/data *
recursive-include nibabel/externals/tests/data *
recursive-include nibabel/nicom/tests/data *
recursive-include nibabel/gifti/tests/data *
include nibabel/COMMIT_INFO.txt
include versioneer.py
include nibabel/_version.py
6 changes: 0 additions & 6 deletions nibabel/COMMIT_INFO.txt

This file was deleted.

3 changes: 2 additions & 1 deletion nibabel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@

import os

from .info import __version__, long_description as __doc__
from .pkg_info import __version__
from .info import long_description as __doc__
__doc__ += """
Quickstart
==========
Expand Down
Loading