hamano / pysmbc

libsmbclient binding for Python
http://pypi.python.org/pypi/pysmbc
GNU General Public License v2.0
28 stars 27 forks source link

Setup: update distutils to setuptools #19

Closed zehome closed 6 years ago

zehome commented 6 years ago

The motivation for this move is to be able to generate wheels for pysmbc.

The wheels generation can be done in a way similar to what psycopg2 does. The main repository still stay the same, but https://github.com/zehome/pysmbc-wheels will use travis-ci to generate wheels on manylinux1. (The wheel will include libsmbclient from the latest samba3, built on manylinux1 as well)

pysmbc-wheel is not ready yet, I'm currently actively working on it.

hamano commented 6 years ago

thanks!