Skip to content

Instantly share code, notes, and snippets.

@airekans
Created February 5, 2013 08:01
Show Gist options
  • Save airekans/4712960 to your computer and use it in GitHub Desktop.
Save airekans/4712960 to your computer and use it in GitHub Desktop.
setup.py for python binding of libclang 3.2
#! /usr/bin/env python
from distutils.core import setup
setup(name='clang',
version='3.2',
description='libclang python bindings',
author='clang',
author_email='[email protected]',
url='http://clang.llvm.org',
packages=['clang'],
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment