We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LICENSE
Describe the bug The package installs a stray LICENSE file to the top directory of site-packages.
To Reproduce
$ pip install fakeredis Collecting fakeredis Downloading fakeredis-2.24.0-py3-none-any.whl.metadata (3.8 kB) Collecting redis>=4 (from fakeredis) Using cached redis-5.0.8-py3-none-any.whl.metadata (9.2 kB) Collecting sortedcontainers<3,>=2 (from fakeredis) Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) Downloading fakeredis-2.24.0-py3-none-any.whl (97 kB) Using cached redis-5.0.8-py3-none-any.whl (255 kB) Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) Installing collected packages: sortedcontainers, redis, fakeredis Successfully installed fakeredis-2.24.0 redis-5.0.8 sortedcontainers-2.4.0 $ ls $VIRTUAL_ENV/lib/python*/site-packages fakeredis LICENSE pip-24.2.dist-info redis-5.0.8.dist-info sortedcontainers-2.4.0.dist-info fakeredis-2.24.0.dist-info pip redis sortedcontainers
Note the LICENSE file that shouldn't be there.
Expected behavior All files installed into fakeredis directory.
fakeredis
Screenshots n/a
Desktop (please complete the following information):
Additional context Apparently this is because LICENSE is listed in tool.poetry.packages.
tool.poetry.packages
The text was updated successfully, but these errors were encountered:
thanks for reporting this. Fixed in 2.24.1
Sorry, something went wrong.
Thanks.
No branches or pull requests
Describe the bug
The package installs a stray
LICENSE
file to the top directory of site-packages.To Reproduce
Note the
LICENSE
file that shouldn't be there.Expected behavior
All files installed into
fakeredis
directory.Screenshots
n/a
Desktop (please complete the following information):
Additional context
Apparently this is because
LICENSE
is listed intool.poetry.packages
.Upvote & Fund
The text was updated successfully, but these errors were encountered: