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