petervizi / python-eeml

A python package for generating eeml documents.
http://petervizi.github.com/python-eeml
GNU General Public License v3.0
43 stars 11 forks source link

Tweaks for setup.py consistancy #7

Closed gregjurman closed 12 years ago

gregjurman commented 12 years ago

Hi Peter,

I tweaked some of the set-up files for consistency as you changed from Python standard lib. to lxml.

Confirmed all tests passed prior to pull-req.

petervizi commented 12 years ago

Thanks Greg for your patch.

Just a small comment on versioning: I'd like to follow a major.minor.patch version convention. Since your commit contains incremental changes I increased the minor version.