We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea58d0 commit 2d38be3Copy full SHA for 2d38be3
setuptools/command/egg_info.py
@@ -610,12 +610,13 @@ def prune_file_list(self):
610
611
def _safe_data_files(self, build_py):
612
"""
613
- The parent class implementation of this method (``sdist``) will try to
614
- include data files, which might cause recursion problems, when
+ The parent class implementation of this method
+ (``sdist``) will try to include data files, which
615
+ might cause recursion problems when
616
``include_package_data=True``.
617
- Therefore we have to avoid triggering any attempt of analyzing/building
618
- the manifest again.
+ Therefore, avoid triggering any attempt of
619
+ analyzing/building the manifest again.
620
621
return build_py.get_data_files_without_manifest()
622
0 commit comments