Skip to content

Instantly share code, notes, and snippets.

@Vgr255
Created April 4, 2015 20:48
Show Gist options
  • Save Vgr255/6b155d49e171aa7b8532 to your computer and use it in GitHub Desktop.
Save Vgr255/6b155d49e171aa7b8532 to your computer and use it in GitHub Desktop.
from distutils.core import setup, Extension
setup(name="LGP", version="0.1", ext_modules=[Extension("lgp", ["_lgpmodule.c"])])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment