From: Karl O. Pinc Date: Thu, 5 Dec 2019 19:06:24 +0000 (-0600) Subject: Add pgwui_upload to things pip looks for X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=56fa2d3e4f123efce302b1e0ea276aec77d0abb3;p=pgwui_develop Add pgwui_upload to things pip looks for --- diff --git a/pip_setup b/pip_setup index aaf00d0..f36cf74 100644 --- a/pip_setup +++ b/pip_setup @@ -2,4 +2,4 @@ # All the places to find pgwui components so that venvs can be # instantiated. -export PIP_FIND_LINKS='../../pgwui_common/PGWUI_Common/dist/ ../../pgwui_core/PGWUI_Core/dist/ ../../pgwui_logout/PGWUI_Logout/dist ../../pgwui_server/PGWUI_Server/dist/ ../../pgwui_testing/PGWUI_Testing/dist' \ No newline at end of file +export PIP_FIND_LINKS='../../pgwui_common/PGWUI_Common/dist/ ../../pgwui_core/PGWUI_Core/dist/ ../../pgwui_logout/PGWUI_Logout/dist ../../pgwui_server/PGWUI_Server/dist/ ../../pgwui_upload/PGWUI_Upload/dist ../../pgwui_testing/PGWUI_Testing/dist' \ No newline at end of file