from setuptools import setup
description="libclang python bindings",
long_description=open("README.txt").read(),
url="http://clang.llvm.org/",
download_url="http://llvm.org/releases/download.html",
license="License :: OSI Approved :: University of Illinois/NCSA Open Source License",
"Intended Audience :: Developers",
"License :: OSI Approved :: University of Illinois/NCSA Open Source License",
"Development Status :: 5 - Production/Stable",
"Topic :: Software Development :: Compilers",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3"
keywords=["llvm", "clang", "libclang"],
test_suite="nose.collector",