13200: add version
[arvados.git] / sdk / python / arvados_version.py
index f3c67e6340dd076d251e008134a0786409c5c14e..db46417ea6d711dd7e7fe3e872c67de92f844469 100644 (file)
@@ -2,7 +2,6 @@
 #
 # SPDX-License-Identifier: Apache-2.0
 
-from setuptools.command.egg_info import egg_info
 import subprocess
 import time
 
@@ -19,8 +18,3 @@ class VersionInfoFromGit():
             ['git', 'log', '--first-parent', '--max-count=1',
              '--format=format:%ct', '.']).strip()
         return str(time.strftime('.%Y%m%d%H%M%S', time.gmtime(int(gitinfo))))
-    
-    def tags(self):
-        if self.tag_build is None:
-            self.tag_build = self.git_latest_tag()+self.git_timestamp_tag()
-        return egg_info.tags(self)
\ No newline at end of file