Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Issue #212: using full path for calling versioneer functions due to p…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzhoshkun Ismail Shakir committed May 29, 2018
1 parent 90647b5 commit 1c79037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from packaging import version
import re
from niftynet.utilities.versioning import get_niftynet_version
from .versioneer import get_cmdclass
import versioneer


niftynet_version = get_niftynet_version()
Expand Down Expand Up @@ -34,7 +34,7 @@
name='NiftyNet',

version=niftynet_version,
cmdclass=get_cmdclass(),
cmdclass=versioneer.get_cmdclass(),

description=description,
long_description=long_description,
Expand Down

0 comments on commit 1c79037

Please sign in to comment.