remove deployment_auth.py and move deployment auth parameters to deployment model
diff --git a/setup.py b/setup.py
index 267f282..a250b29 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@
description='PlanetStack',
scripts=['planetstack/planetstack-backend.py'],
data_files=[
- ('/etc/planetstack/', ['planetstack/plstackapi_config', 'planetstack/deployment_auth.py']),
+ ('/etc/planetstack/', ['planetstack/plstackapi_config']),
('/lib/systemd/system/', ['planetstack/redhat/planetstack-backend.service']),
])