rename openerp-web.py to openerp-web

as openerp-server, openerp-client

bzr revid: xavier.manach@xcg-consulting.fr-20111024142543-sottvrs1chqlw0t4
This commit is contained in:
xavinsky 2011-10-24 16:25:43 +02:00
parent 1902ceca97
commit c3b6ba7157
2 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ setup(
'Environment :: Web Environment',
'Topic :: Office/Business :: Financial',
],
scripts=['openerp-web.py'],
scripts=['openerp-web'],
data_files=(find_data_files('addons')
+ opts.pop('data_files', [])
),