backtrace icon indicating copy to clipboard operation
backtrace copied to clipboard

pypi tar.gz package uninstallable due to the lack of LICENSE file

Open t184256 opened this issue 6 years ago • 4 comments

pypi tar.gz package is uninstallable, the error is No such file or directory: 'LICENSE'. The file is, indeed, missing from the archive.

The wheel installs fine though.

t184256 avatar Apr 22 '18 17:04 t184256

Will fix. Thanks.

nir0s avatar Apr 22 '18 21:04 nir0s

Um, how did you try to install? pip install https://github.com/nir0s/backtrace/archive/master.tar.gz works for me.

nir0s avatar Apr 27 '18 07:04 nir0s

This one has LICENSE. I tried to install via a self-written nix expression, which should've worked analogously to pip install backtrace, which has a chance of installing https://files.pythonhosted.org/packages/93/8b/7ed32a8946a44ef198486c785c5da31705f4e05fca543c67e0d9cb162b06/backtrace-0.2.1.tar.gz, which has none.

t184256 avatar Apr 27 '18 08:04 t184256

Yeah, I am noticing this too

scopatz avatar Jun 18 '19 15:06 scopatz