eea / odfpy

API for OpenDocument in Python
GNU General Public License v2.0
311 stars 64 forks source link

Use setuptools instead of distribute. #41

Closed eugeneai closed 8 years ago

eugeneai commented 8 years ago

HI!

I like very much setuptools'

python setyp.py develop

in a virtualenv.

I've converted setup.py accordingly, run, and run tests. One (issue #8) failed, other are ok.

Best regards, Evgeny

eugeneai commented 8 years ago

Now find_packages removed.

icemac commented 8 years ago

@sorenroug It would be nice to have Travis-CI integration to test this PR before merging.