4823: Fix bugs, fix tests, existing tests pass again. Still need to write new tests.
[arvados.git] / sdk / python / setup.py
index d96053d8aa9340199b02878091a78f5c795ae9b8..754d89bdad70e120367de344799fe337a0b4e1ab 100644 (file)
@@ -24,7 +24,7 @@ class TagBuildWithCommit(egg_info):
             assert len(git_tags) == 2
             git_tags[0] = time.strftime(
                 '%Y%m%d%H%M%S', time.gmtime(int(git_tags[0])))
-            self.tag_build = '.{}.{}'.format(*git_tags)
+            self.tag_build = '.{}+{}'.format(*git_tags)
         return egg_info.tags(self)