xonsh / amalgamate

Collapses Python packages into a single module.
BSD 3-Clause "New" or "Revised" License
28 stars 7 forks source link

pypi amalgamate `error: can't copy 'LICENSE'` during installation #2

Closed yaroslavvb closed 8 years ago

yaroslavvb commented 8 years ago

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
scopatz commented 8 years ago

Thanks @yaroslavvb - I have bumped this up to v0.1.1. Would you mind trying it again?

yaroslavvb commented 8 years ago

yup, works now