summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2008-06-01 21:44:29 -0400
committerMichael Trier <mtrier@gmail.com>2008-06-01 21:44:29 -0400
commitb919010b0459b2540fb609c5d1aad0b8dc0fab01 (patch)
tree70feb16bcad481ca8fb5caa25e46fcb57ed1656b /setup.py
parenteba67171bf6ea653dfb6a6ae288f3c1d10829870 (diff)
downloadgitpython-b919010b0459b2540fb609c5d1aad0b8dc0fab01.tar.gz
put version stuff back.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6386f2fb..eda1906b 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ class sdist(_sdist):
if hasattr(os, 'link') and path.exists(dest):
os.unlink(dest)
self.copy_file(orig, dest)
- # _stamp_version(dest)
+ _stamp_version(dest)
def _stamp_version(filename):
found, out = False, []