Use setuptools instead of distutils for build
This commit is contained in:
@@ -49,7 +49,7 @@ SOURCES = [
|
|||||||
'../c/random.c',
|
'../c/random.c',
|
||||||
'../c/ziggurat.c']
|
'../c/ziggurat.c']
|
||||||
|
|
||||||
from distutils.core import setup, Extension
|
from setuptools import setup, Extension
|
||||||
|
|
||||||
module = Extension('pybreezyslam',
|
module = Extension('pybreezyslam',
|
||||||
sources = SOURCES,
|
sources = SOURCES,
|
||||||
|
|||||||
Reference in New Issue
Block a user