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
Package installs tests to "site-packages/tests" directory, should be moved or removed?
$ venv/bin/pip install django-pwa $ venv/bin/pip uninstall django-pwa Found existing installation: django-pwa 1.0.10 Uninstalling django-pwa-1.0.10: Would remove: .../venv/lib/python3.9/site-packages/django_pwa-1.0.10.dist-info/* .../venv/lib/python3.9/site-packages/pwa/* .../venv/lib/python3.9/site-packages/tests/* Proceed (y/n)? n
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Package installs tests to "site-packages/tests" directory, should be moved or removed?
The text was updated successfully, but these errors were encountered: