|
|
@ -1,4 +1,3 @@ |
|
|
|
import subprocess |
|
|
|
|
|
|
|
from distutils.core import Extension, setup |
|
|
|
from distutils.core import Extension, setup |
|
|
|
|
|
|
|
|
|
|
|
from Cython.Build import cythonize |
|
|
|
from Cython.Build import cythonize |
|
|
@ -9,7 +8,6 @@ import os |
|
|
|
|
|
|
|
|
|
|
|
PHONELIBS = os.path.join(BASEDIR, 'phonelibs') |
|
|
|
PHONELIBS = os.path.join(BASEDIR, 'phonelibs') |
|
|
|
|
|
|
|
|
|
|
|
ARCH = subprocess.check_output(["uname", "-m"], encoding='utf8').rstrip() |
|
|
|
|
|
|
|
libraries = ['can_list_to_can_capnp', 'capnp', 'kj'] |
|
|
|
libraries = ['can_list_to_can_capnp', 'capnp', 'kj'] |
|
|
|
|
|
|
|
|
|
|
|
setup(name='Boardd API Implementation', |
|
|
|
setup(name='Boardd API Implementation', |
|
|
|