Skip to content

Commit 26b4942

Browse files
add forgotten attribute that i missed thanks to local state
1 parent 8d9c073 commit 26b4942

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setuptools_scm/version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def __init__(self, tag_version,
6565
self.time = datetime.datetime.now()
6666
self.extra = kw
6767
self.dirty = dirty
68+
self.preformated = preformated
6869

6970
@property
7071
def exact(self):

0 commit comments

Comments
 (0)