From fb3c457bc08cb62582ff55e63b746be3adb3c0c9 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 21 Jan 2021 07:14:35 -0500 Subject: pysiaf: stop building as egg (#690) --- pysiaf/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pysiaf/build.sh') diff --git a/pysiaf/build.sh b/pysiaf/build.sh index 56f0b30..b699425 100644 --- a/pysiaf/build.sh +++ b/pysiaf/build.sh @@ -1,2 +1 @@ - -$PYTHON setup.py install \ No newline at end of file +$PYTHON setup.py install --single-version-externally-managed --record=root.txt -- cgit