Skip to content

Commit 22a3278

Browse files
committed
Switch to using setuptools setup()
1 parent a200c32 commit 22a3278

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)