aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/sdist.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/command/sdist.py')
-rwxr-xr-xsetuptools/command/sdist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/sdist.py b/setuptools/command/sdist.py
index 2a37c308..92f8d468 100755
--- a/setuptools/command/sdist.py
+++ b/setuptools/command/sdist.py
@@ -68,7 +68,7 @@ def externals_finder(dirname, filename):
def entries_finder(dirname, filename):
- for record in SVNEntries.load(dirname).get_undeleted_records():
+ for record in svn_utils.parse_manifest(dirname):
yield joinpath(dirname, record)