Add config file to setup.py

This commit is contained in:
Michael DeHaan 2013-09-07 14:58:50 -04:00
parent 82f385237a
commit e8b88ed57e

View File

@ -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 = {