Skip to content
Snippets Groups Projects
Commit a0eb172c authored by Aaron Bohy's avatar Aaron Bohy
Browse files

[FIX] Packaging: remove "openerp-gevent" from script

e.g. to avoid creating "openerp-gevent" in /usr/bin/
parent ba083dbb
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ setup(
author_email=author_email,
classifiers=filter(None, classifiers.split('\n')),
license=license,
scripts=['openerp-server', 'openerp-gevent', 'odoo.py'],
scripts=['openerp-server', 'odoo.py'],
packages=find_packages(),
package_dir={'%s' % lib_name: 'openerp'},
include_package_data=True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment