llvmpy / llvmpy

Originally a github fork of the llvm-py repository from http://www.mdevan.org/llvm-py/index.html updated to work with LLVM 3.x. Since then it has changed significantly with multiple sub-projects.

Home Page:www.llvmpy.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing versioneer.py in tarball

pm67nz opened this issue · comments

The setup.py included in llvmpy-0.12.4.tar.gz doesn't work because it imports versioneer but versioneer.py is not present. I suspect versioneer.py should be added to MANIFEST.in.

I just hit this problem too.