use setuptools in place of distutils as this seems to be the current standard
This commit is contained in:
parent
29e63aeda1
commit
9d6f4b98ea
@ -1,4 +1,4 @@
|
||||
from distutils.core import setup, Extension
|
||||
from setuptools import setup, Extension
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user