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 6fffbe24..907e47fb 100755
--- a/setuptools/command/egg_info.py
+++ b/setuptools/command/egg_info.py
@@ -127,7 +127,7 @@ class egg_info(Command):
version+=self.tag_build
if self.tag_svn_revision and os.path.exists('.svn'):
- version += '-%s' % self.get_svn_revision()
+ version += '-r%s' % self.get_svn_revision()
if self.tag_date:
import time