repo.or.cz
/
nativeclient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Debugging: Add code to print backtrace for guest on SIGSEGV
[nativeclient.git]
/
python_extension
/
setup.py
blob
fd62af25c809777c1f5c537fe828da5a3eb3794e
1
2
from
distutils
.
core
import
setup
,
Extension
3
4
setup
(
name
=
"nacl"
,
5
ext_modules
=[
Extension
(
"nacl"
,
sources
=[
"python-nacl.c"
])])