From eb7b7bb2ea6dc59d73bfb492efaa461aa69f143b Mon Sep 17 00:00:00 2001 From: Tomer Chachamu Date: Wed, 9 Mar 2022 15:21:05 +0000 Subject: [PATCH] Corrected versioneer install --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 7262610f..88702ce0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -debugpy/_version.py export-subst +src/debugpy/_version.py export-subst