We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c25ba6 + e3cffe1 commit e4bc102Copy full SHA for e4bc102
gittaggers.py
@@ -24,3 +24,4 @@ def tags(self):
24
except subprocess.CalledProcessError:
25
pass
26
return egg_info.tags(self)
27
+ vtags = property(tags)
0 commit comments