You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
from distutils.core import setup
|
|
import snip_basic_verify
|
|
|
|
setup(
|
|
py_modules=['snip_basic_verify'],
|
|
ext_modules=[snip_basic_verify.ffi.verifier.get_extension()])
|