create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- setup.py.orig 2015-11-14 14:08:36 UTC
+++ setup.py
@@ -78,8 +78,6 @@ setup(
entry_points={
"console_scripts": [
"pip=pip:main",
- "pip%s=pip:main" % sys.version[:1],
- "pip%s=pip:main" % sys.version[:3],
],
},
tests_require=tests_require,