mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
Merge pull request #5520 from pradyunsg/misc/remove-old-get-pip
Remove the old get-pip.py shim
This commit is contained in:
commit
cb0e586f5d
3 changed files with 4 additions and 14 deletions
|
@ -25,7 +25,6 @@ recursive-exclude src/pip/_vendor *.pyi
|
|||
prune .github
|
||||
prune docs/build
|
||||
prune news
|
||||
prune contrib
|
||||
prune tasks
|
||||
prune tests
|
||||
prune tools
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
#!/usr/bin/env python
|
||||
import sys
|
||||
|
||||
|
||||
def main():
|
||||
sys.exit(
|
||||
"You're using an outdated location for the get-pip.py script, please "
|
||||
"use the one available from https://bootstrap.pypa.io/get-pip.py"
|
||||
)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
4
news/5520.removal
Normal file
4
news/5520.removal
Normal file
|
@ -0,0 +1,4 @@
|
|||
Remove the shim for the old get-pip.py location.
|
||||
|
||||
For the past 2 years, it's only been redirecting users to use the newer
|
||||
https://bootstrap.pypa.io/get-pip.py location.
|
Loading…
Reference in a new issue