Skip to content

Commit c5f01a2

Browse files
committed
Merge pull request #75 from nipy/fix_setup
Switch to using setuptools setup()
2 parents a200c32 + 22a3278 commit c5f01a2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030
DOWNLOAD_URL = 'https://github.com/nipy/PySurfer'
3131
VERSION = version
3232

33-
import setuptools # we are using a setuptools namespace
34-
from numpy.distutils.core import setup
35-
33+
from setuptools import setup
3634

3735
if __name__ == "__main__":
3836
if os.path.exists('MANIFEST'):

0 commit comments

Comments
 (0)