Commit f7598762 by Sébastien Eustace

Use setuptools instead of the distutils in the genarated setup.py

parent 7f5acc3f
......@@ -22,7 +22,7 @@ from .builder import Builder
SETUP = """\
# -*- coding: utf-8 -*-
from distutils.core import setup
from setuptools import setup
{before}
setup_kwargs = {{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment