Update setup.py
This commit is contained in:
parent
4ed8f80774
commit
d9eb3ec175
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -189,7 +189,8 @@ setup(
|
|||
'llpython',
|
||||
'llvm_array',
|
||||
'llvmpy.api', 'llvmpy.api.llvm',
|
||||
'llvm.tests',],
|
||||
'llvm.tests',
|
||||
'llvm.utils',],
|
||||
package_data = {'llvm': ['llrt/*.ll']},
|
||||
py_modules = ['llvmpy',
|
||||
'llvmpy._capsule',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue