> I already have the .so files compiled.
http://docs.python.org/2/distutils/setupscript.html#installing-package-data ?
--
http://mail.python.org/mailman/listinfo/python-list
I see where I can specify a module that distutils will try to compile.
I already have the .so files compiled.
I'm sure its simple, I just can't find it or don't know what to look for.
On Mon, May 6, 2013 at 9:13 PM, Miki Tebeka wrote:
>
>> Basically, I'd like to know how to create a proper setup
> Basically, I'd like to know how to create a proper setup.py script
http://docs.python.org/2/distutils/setupscript.html
--
http://mail.python.org/mailman/listinfo/python-list
Hello,
Hopefully a simple question.
Basically, I'd like to know how to create a proper setup.py script to
install a package.
The package exists as a single directory with a single __init__.py
file and (currently) 93 .so files.
Right now I just copy it into the site-packages directory but I'd like