From 1902ceca97be67fda806c91f1d85ecf47b85bb8e Mon Sep 17 00:00:00 2001 From: xavinsky Date: Mon, 24 Oct 2011 16:24:42 +0200 Subject: [PATCH] fix : setup scripts value error. bzr revid: xavier.manach@xcg-consulting.fr-20111024142442-zrc1po1ouhgauzxd --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c4d16fee83e..224049733ae 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ setup( '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', []) ),