Add pgwui_upload to things pip looks for
authorKarl O. Pinc <kop@karlpinc.com>
Thu, 5 Dec 2019 19:06:24 +0000 (13:06 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Thu, 5 Dec 2019 19:06:24 +0000 (13:06 -0600)
pip_setup

index aaf00d08cfea010e778ea9bdd4739586d431db52..f36cf745500f7650d9caf337720838ac9cf965f9 100644 (file)
--- 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