From 5a955661fb77fabbab31a7ff2c0cdbe7e1fb48f9 Mon Sep 17 00:00:00 2001
From: nhertz <nhertz@nrao.edu>
Date: Tue, 8 Sep 2020 16:30:31 -0600
Subject: [PATCH] Changed package name that slipped through the last commit

---
 services/archive/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/archive/setup.py b/services/archive/setup.py
index 555b4fd02..f4bdad5d4 100644
--- a/services/archive/setup.py
+++ b/services/archive/setup.py
@@ -50,7 +50,7 @@ requires = [
 ]
 
 setup(
-    name=this_module,
+    name='ssa-' + this_module,
 
     # Versions should comply with PEP440.  For a discussion on single-sourcing
     # the version across setup.py and the project code, see
-- 
GitLab