From e8b88ed57ec61c6e96c167e0e3bd99f7e7f3899e Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 7 Sep 2013 14:58:50 -0400 Subject: [PATCH] Add config file to setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dc7553826c..b6ce0aab16 100755 --- a/setup.py +++ b/setup.py @@ -149,7 +149,7 @@ setup( "awx/static/favicon.ico", ]), ("%s" % etcpath, [settingsconf,]), - ("%s" % webconfig, ["config/awx.conf"]), + ("%s" % webconfig, ["config/awx.conf","config/awx-plain.conf"]), ] ), options = {