Originally reported by: rogermarsh (Bitbucket: rogermarsh, GitHub: Unknown)
python setup.py bdist gives:
error: can't copy 'icence.txt': doesn't exist or not a regular file
where current directory is swiggedapi and licence.txt exists in this directory.
The package related arguments to setup() are:
package_dir={'swiggedapi':''},
packages=['swiggedapi'],
package_data={'': ['licence.txt', '_swigged.pyd']},
Originally reported by: rogermarsh (Bitbucket: rogermarsh, GitHub: Unknown)
python setup.py bdist gives:
error: can't copy 'icence.txt': doesn't exist or not a regular file
where current directory is swiggedapi and licence.txt exists in this directory.
The package related arguments to setup() are: