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
Describe the bug
Upon uninstalling the package (temporarily, don't worry! 😁 ), I noticed it had dropped a CHANGELOG.md in site-packages. It probably shouldn't.
CHANGELOG.md
site-packages
$ pip uninstall flake8-annotations Found existing installation: flake8-annotations 2.6.2 Uninstalling flake8-annotations-2.6.2: Would remove: .../lib/python3.9/site-packages/CHANGELOG.md .../lib/python3.9/site-packages/flake8_annotations-2.6.2.dist-info/* .../lib/python3.9/site-packages/flake8_annotations/*
To Reproduce
Minimal code example to reproduce the behavior:
flake8-annotations
Version Information
The text was updated successfully, but these errors were encountered:
Interesting! Never noticed this. I guess I've never uninstalled 😄
I think this was just copied from Poetry's documentation when this was moved from pipenv. I'll change it now so future releases won't do this.
Thanks!
Sorry, something went wrong.
3419a22
No branches or pull requests
Describe the bug
Upon uninstalling the package (temporarily, don't worry! 😁 ), I noticed it had dropped a
CHANGELOG.md
insite-packages
. It probably shouldn't.To Reproduce
Minimal code example to reproduce the behavior:
flake8-annotations
Version Information
The text was updated successfully, but these errors were encountered: