jborean93 / requests-credssp

An authentication handler for using CredSSP with Python Requests.
MIT License
21 stars 3 forks source link

error: [Errno 2] No such file or directory: 'LICENSE' when attempting to build a wheel #13

Closed shields478 closed 5 years ago

shields478 commented 5 years ago

I'm getting the No file found (LICENSE) when attempting to build a wheel.

The specific command is as follows Error building wheel for requests-credssp 1.0.2: Command '['/pyenv/versions/3.6.2/bin/pip', 'wheel', '--no-cache-dir', '--no-deps', '--no-binary', ':all:', '--index-url', 'local pypi mirror', '-w', '/tmp/tmp1rphi_pp', 'requests-credssp==1.0.2', '--build-option', '--universal']' returned non-zero exit status 1.

jborean93 commented 5 years ago

I've just added the MANIFEST.in file to include the license and changelog which should take affect in the next release https://github.com/jborean93/requests-credssp/pull/14. If this is still an issue when that release comes out let me know and I'll look into again.