Skip to content

Commit e4a1057

Browse files
authored
Merge pull request #2680 from pypa/feature/more-itertools
Prefer a vendored library to copy pasta
2 parents 75e6496 + 4ea40fd commit e4a1057

File tree

15 files changed

+5046
-85
lines changed

15 files changed

+5046
-85
lines changed

changelog.d/2680.change.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Vendored `more_itertools <https://pypi.org/project/more-itertools>`_ for Setuptools.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from .more import * # noqa
2+
from .recipes import * # noqa
3+
4+
__version__ = '8.8.0'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from .more import *
2+
from .recipes import *

0 commit comments

Comments
 (0)