[IMP] packaging rename into openerp
authorAntony Lesuisse <al@openerp.com>
Sat, 1 Oct 2011 13:42:22 +0000 (15:42 +0200)
committerAntony Lesuisse <al@openerp.com>
Sat, 1 Oct 2011 13:42:22 +0000 (15:42 +0200)
bzr revid: al@openerp.com-20111001134222-0vjbvasuo5kvy255

openerp/release.py
setup.py

index c0c1409..f8a054b 100644 (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:
index 4813c21..9e075db 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -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,