Skip to content

Instantly share code, notes, and snippets.

@csiki
Created June 19, 2018 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csiki/134439dd7849cc47b850453d8b2a977e to your computer and use it in GitHub Desktop.
Save csiki/134439dd7849cc47b850453d8b2a977e to your computer and use it in GitHub Desktop.
from distutils.core import setup
from Cython.Build import cythonize
setup(
name = 'gperftools_wrapped',
ext_modules = cythonize("gperftools_wrapped.pyx"),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment