Skip to content

Commit

Permalink
switch setup.py to use setuptools (in preparation for building wheels)
Browse files Browse the repository at this point in the history
  • Loading branch information
taleinat committed Feb 14, 2015
1 parent 9f4809f commit 6719f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import os
import sys

from distutils.core import setup, Extension
from setuptools import setup, Extension
from distutils.command.build_ext import build_ext
from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
Expand Down

0 comments on commit 6719f00

Please sign in to comment.