We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c25ba6 commit e3cffe1Copy full SHA for e3cffe1
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