Skip to content

Commit

Permalink
Merge pull request #554 from saaketp/sdist-fix
Browse files Browse the repository at this point in the history
Remove include_package_data option from setup.py to fix type stubs not included in sdist.
  • Loading branch information
bbayles committed Sep 14, 2021
2 parents 907188f + b43a1ee commit 2129549
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def get_long_description():
license='MIT',
packages=['more_itertools'],
package_data={'more_itertools': ['py.typed', '*.pyi']},
include_package_data=True,
python_requires='>=3.5',
url='https://github.com/more-itertools/more-itertools',
classifiers=[
Expand Down

0 comments on commit 2129549

Please sign in to comment.