zfec: setup.py: switch back to distutils, since setuptools support isn't complete yet
This commit is contained in:
parent
4b2298937b
commit
e11b2c796b
|
@ -26,7 +26,7 @@
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
from setuptools import Extension, setup
|
from distutils.core import Extension, setup
|
||||||
|
|
||||||
DEBUGMODE=False
|
DEBUGMODE=False
|
||||||
# DEBUGMODE=True
|
# DEBUGMODE=True
|
||||||
|
|
Loading…
Reference in New Issue