From 78b54517db3dadab87032add9649c0be2f1f7b92 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 22 Jun 2021 11:11:23 +0200 Subject: [PATCH] pip has problem with symlinked VERSION https://github.com/pypa/pip/issues/3500 Not the nicest solution, but works and keeps single source of truth --- VERSION | 2 +- python/damask/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 120000 VERSION mode change 120000 => 100644 python/damask/VERSION diff --git a/VERSION b/VERSION deleted file mode 100644 index 30f846ad6..000000000 --- a/VERSION +++ /dev/null @@ -1 +0,0 @@ -v3.0.0-alpha3-265-g55b44f423 diff --git a/VERSION b/VERSION new file mode 120000 index 000000000..5d364b3ae --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +python/damask/VERSION \ No newline at end of file diff --git a/python/damask/VERSION b/python/damask/VERSION deleted file mode 120000 index 558194c5a..000000000 --- a/python/damask/VERSION +++ /dev/null @@ -1 +0,0 @@ -../../VERSION \ No newline at end of file diff --git a/python/damask/VERSION b/python/damask/VERSION new file mode 100644 index 000000000..30f846ad6 --- /dev/null +++ b/python/damask/VERSION @@ -0,0 +1 @@ +v3.0.0-alpha3-265-g55b44f423