[IMP] packaging rename into openerp

bzr revid: al@openerp.com-20111001134222-0vjbvasuo5kvy255
This commit is contained in:
Antony Lesuisse 2011-10-01 15:42:22 +02:00
parent cd972ba503
commit dbb99ced9b
2 changed files with 1 additions and 4 deletions

View File

@ -19,9 +19,7 @@
#
##############################################################################
name = 'openerp-server'
version = '6.1-dev'
major_version = '6.1'
description = 'OpenERP Server'
long_desc = '''OpenERP is a complete ERP and CRM. The main features are accounting (analytic
and financial), stock management, sales and purchases management, tasks
@ -36,7 +34,6 @@ Programming Language :: Python
url = 'http://www.openerp.com'
author = 'OpenERP S.A.'
author_email = 'info@openerp.com'
support_email = 'support@openerp.com'
license = 'AGPL-3'
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -72,7 +72,7 @@ def gen_manifest():
open('MANIFEST','w').write(file_list)
setuptools.setup(
name = name,
name = 'openerp',
version = version,
description = description,
long_description = long_desc,