Skip to content

Commit

Permalink
ENH: Just use setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Feb 13, 2017
1 parent 2c6d6fa commit a1f3b8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
import os
from os import path as op

import setuptools # noqa; we are using a setuptools namespace
from numpy.distutils.core import setup
from setuptools import setup

# get the version (don't import mne here, so dependencies are not needed)
version = None
Expand Down

0 comments on commit a1f3b8f

Please sign in to comment.