Commit 326ffa47 authored by Kirill Smelkov's avatar Kirill Smelkov Committed by mdavidsaver

example: Don't import build_dso and build_ext

- they are not used in the example
- they are injected as command classes by setuptools_dso.setup itself
parent bac7cacc
#!/usr/bin/env python
from setuptools_dso import DSO, Extension, build_dso, build_ext, setup
from setuptools_dso import DSO, Extension, setup
dso = DSO('dsodemo.lib.demo', ['src/foo.c', 'src/bar.cpp'],
define_macros = [('BUILD_FOO', None)],
......
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