Skip to content

Commit 2d38be3

Browse files
committed
Reformat docstring and rewrite in imperative voice.
1 parent 0ea58d0 commit 2d38be3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setuptools/command/egg_info.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -610,12 +610,13 @@ def prune_file_list(self):
610610

611611
def _safe_data_files(self, build_py):
612612
"""
613-
The parent class implementation of this method (``sdist``) will try to
614-
include data files, which might cause recursion problems, when
613+
The parent class implementation of this method
614+
(``sdist``) will try to include data files, which
615+
might cause recursion problems when
615616
``include_package_data=True``.
616617
617-
Therefore we have to avoid triggering any attempt of analyzing/building
618-
the manifest again.
618+
Therefore, avoid triggering any attempt of
619+
analyzing/building the manifest again.
619620
"""
620621
return build_py.get_data_files_without_manifest()
621622

0 commit comments

Comments
 (0)