aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/egg_info.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/command/egg_info.py')
-rwxr-xr-xsetuptools/command/egg_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/egg_info.py b/setuptools/command/egg_info.py
index 43321119..9d30b125 100755
--- a/setuptools/command/egg_info.py
+++ b/setuptools/command/egg_info.py
@@ -231,7 +231,7 @@ class egg_info(Command):
dirs[:] = []
continue
- localrev = entries.parse_revsion()
+ localrev = entries.parse_revision()
dirurl = entries.get_url()
if base==os.curdir: