summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2013-09-07 20:58:50 +0200
committerMichael DeHaan <michael@ansibleworks.com>2013-09-07 20:58:50 +0200
commite8b88ed57ec61c6e96c167e0e3bd99f7e7f3899e (patch)
tree26608409a5ef61a11576d3a50e8409554da9e2dc /setup.py
parentMake UI always use https:// but API traffic that wants to can still get http:// (diff)
downloadawx-e8b88ed57ec61c6e96c167e0e3bd99f7e7f3899e.tar.xz
awx-e8b88ed57ec61c6e96c167e0e3bd99f7e7f3899e.zip
Add config file to setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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 = {