Skip to content

Commit e3cffe1

Browse files
committed
make compatible with setuptools > 40.0.0
1 parent 1c25ba6 commit e3cffe1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gittaggers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ def tags(self):
2424
except subprocess.CalledProcessError:
2525
pass
2626
return egg_info.tags(self)
27+
vtags = property(tags)

0 commit comments

Comments
 (0)