Skip to content

Commit

Permalink
frontend/setup.py: Install frontend.wsgi
Browse files Browse the repository at this point in the history
The setup script was skipping frontend.wsgi, let's add
it to the list of files installed.

This is a backport of the following commits:

 e242aec
 657abf0

Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
  • Loading branch information
lmr committed Nov 19, 2012
1 parent d664446 commit dee8de1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def get_data_files(path):
pd_filelist.extend(get_data_files(os.path.join(fe_dir, 'static')))
pd_filelist.extend(get_data_files(os.path.join(fe_dir, 'templates')))
pd_filelist.extend(get_data_files(os.path.join(fe_dir, 'tko', 'preconfigs')))
pd_filelist.extend([os.path.join(fe_dir, 'frontend.wsgi')])

setup(name='autotest',
description='Autotest test framework - rpc server',
Expand Down

0 comments on commit dee8de1

Please sign in to comment.