Change author and email and version
This commit is contained in:
parent
994c1432a6
commit
a2c5e861c4
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
Common classes related to LLVM.
|
||||
"""
|
||||
|
||||
__version__ = '0.8.4'
|
||||
__version__ = '0.9'
|
||||
|
||||
|
||||
from weakref import WeakValueDictionary
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -126,8 +126,8 @@ kwds['long_description'] = open('README.rst').read()
|
|||
setup(
|
||||
name = 'llvmpy',
|
||||
description = 'Python bindings for LLVM',
|
||||
author = 'Mahadevan R',
|
||||
author_email = 'mdevan@mdevan.org',
|
||||
author = 'Continuum Analytics, Inc.',
|
||||
author_email = 'llvmpy@continuum.io',
|
||||
url = 'http://www.llvmpy.org/',
|
||||
packages = ['llvm', 'llvm_cbuilder', 'llpython'],
|
||||
py_modules = ['llvm.core'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue