Skip to content

Commit

Permalink
fix : setup scripts value error.
Browse files Browse the repository at this point in the history
bzr revid: xavier.manach@xcg-consulting.fr-20111024142442-zrc1po1ouhgauzxd
  • Loading branch information
xavinsky committed Oct 24, 2011
1 parent 0e402d7 commit 1902cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def find_data_files(source, patterns=FILE_PATTERNS):
'Environment :: Web Environment',
'Topic :: Office/Business :: Financial',
],
scripts=['scripts/openerp-web'],
scripts=['openerp-web.py'],
data_files=(find_data_files('addons')
+ opts.pop('data_files', [])
),
Expand Down

0 comments on commit 1902cec

Please sign in to comment.