From 2c6fc760919cc214413874d60489e3643b639692 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Mon, 29 Aug 2016 15:53:25 -0400 Subject: Split server and application Provide the REST server as a python module, enabling it to be hosted by any WSGI provider. Provide a Rocket startup script with configurable WSGI application. Change-Id: I1a9c25b10c33b08dfb8f60dc6c33aaf727562a9f Signed-off-by: Brad Bishop --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 setup.cfg (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index ed3bf6e..0000000 --- a/setup.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[install] -install_scripts=/usr/sbin -- cgit v1.2.1