rjancewicz / python-kadmin

Python module for kerberos admin (kadm5)
MIT License
35 stars 40 forks source link

build one package with two extensions #59

Open twAlexM opened 6 years ago

twAlexM commented 6 years ago

This should fix #58.

setup.py calls distutils.core.setup twice, with two different ext_modules. This might have worked in the past, but the wheel mechanisms don't like it. Fix this by passing two Extension objects to setup().

tucked commented 5 years ago

@rjancewicz Please review.

binc75 commented 4 years ago

I would appreciate too this merge so that we can use plain pip to install this fantastic library

tucked commented 4 years ago

@nightfly19 wanna take this PR and publish as kadmin? It WFM: https://travis-ci.com/Isilon/isilon_hadoop_tools/jobs/246341511#L244