Fix author.

This commit is contained in:
Travis E. Oliphant 2012-11-11 01:37:20 -06:00
commit 469349be07
3 changed files with 6 additions and 5 deletions

View file

@ -48,9 +48,9 @@ copyright = u'2012, Mahadevan R (2008-2010), Continuum Analytics (2012)'
# built documents.
#
# The short X.Y version.
version = '0.8'
version = '0.9'
# The full version, including alpha/beta/rc tags.
release = '0.8.2'
release = '0.9.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -38,7 +38,7 @@ supported, for a variety of reasons.
Versions
--------
llvmpy 0.8.2 requires version 3.1 of LLVM. It may not work with
llvmpy 0.9 requires version 3.1 of LLVM. It may not work with
previous versions.
llvmpy has been built and tested with Python 2.7 and 3.2. It should work with

View file

@ -126,8 +126,9 @@ kwds['long_description'] = open('README.rst').read()
setup(
name = 'llvmpy',
description = 'Python bindings for LLVM',
author = 'Continuum Analytics, Inc.',
author_email = 'llvmpy@continuum.io',
author = 'R Mahadevan'
maintainer = 'Continuum Analytics, Inc.',
maintainer_email = 'llvmpy@continuum.io',
url = 'http://www.llvmpy.org/',
packages = ['llvm', 'llvm_cbuilder', 'llpython'],
py_modules = ['llvm.core'],