include fallback setup.py for systems without pip

The use of setup.cfg and pyproject.toml prevents users without pip from being able to install the package to the 'traditional' python setup.py install.

Should we support this use case should we require pip be installed for use with all our python projects?