Wrong description syntax in setup.py
The package description is set like this:
description=("Common behave functions used by different",
"openappstack projects"),
This results in a tuple type, probably unintentionally.
This makes some versions of pip
and/or setuptools
fail; openappstack#524 shows what can happen.