From b919010b0459b2540fb609c5d1aad0b8dc0fab01 Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Sun, 1 Jun 2008 21:44:29 -0400 Subject: put version stuff back. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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, [] -- cgit v1.2.1