File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 10
10
# deal with MPL sandbox violations during easy_install
11
11
os .environ ['MPLCONFIGDIR' ] = '.'
12
12
13
- import surfer
13
+ from surfer . __version__ import __version__
14
14
15
15
DISTNAME = 'pysurfer'
16
16
DESCRIPTION = descr
20
20
URL = 'http://pysurfer.github.com'
21
21
LICENSE = 'BSD (3-clause)'
22
22
DOWNLOAD_URL = 'https://github.com/nipy/PySurfer'
23
- VERSION = surfer . __version__
23
+ VERSION = __version__
24
24
25
25
import setuptools # we are using a setuptools namespace
26
26
from numpy .distutils .core import setup
Original file line number Diff line number Diff line change 2
2
from viz import Brain , TimeViewer
3
3
from utils import verbose , set_log_level , set_log_file
4
4
5
- __version__ = "0.5.dev"
5
+ from __version__ import __version__
6
6
7
7
set_log_level ()
Original file line number Diff line number Diff line change
1
+ __version__ = "0.5.dev"
You can’t perform that action at this time.
0 commit comments