Skip to content

Commit e4bc102

Browse files
authored
Merge pull request #946 from common-workflow-language/fix_gittaggers
make compatible with setuptools > 40.0.0
2 parents 1c25ba6 + e3cffe1 commit e4bc102

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)