BTW, version on https://pypi.python.org/pypi/amalgamate/ is missing a LICENSE file so setup.py fails. I got around the error below by creating dummy LICENSE file
tar -xvzf amalgamate-0.1.0.tar.gz
cd amalgamate-0.1.0
python3 setup.py install
python3 setup.py install
byte-compiling build/bdist.macosx-10.11-x86_64/egg/amalgamate.py to amalgamate.cpython-35.pyc
installing package data to build/bdist.macosx-10.11-x86_64/egg
running install_data
error: can't copy 'LICENSE': doesn't exist or not a regular file
BTW, version on https://pypi.python.org/pypi/amalgamate/ is missing a LICENSE file so setup.py fails. I got around the error below by creating dummy
LICENSE
file