Commits

Sindri Guðmundsson committed 7f347cf3a0b
Fix name collision with lxml's setupinfo.py When installing (ubuntu and arch, python 3.6.2 and python 3.5.x), lxml installation fails because it tries to import its own `setupinfo.py`, but gets python-xmlsec's `setupinfo.py`. Rename the module to make sure we don't get another name collision.