Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 499238
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/setup.py  2014-01-27 06:18:13.000000000 -0800
0
++ b/setup.py  2014-01-27 06:19:40.000000000 -0800
Lines 108-114 setuptools.setup( Link Here
108
      author_email     = author_email,
108
      author_email     = author_email,
109
      classifiers      = filter(None, classifiers.split("\n")),
109
      classifiers      = filter(None, classifiers.split("\n")),
110
      license          = license,
110
      license          = license,
111
      scripts          = ['openerp-server'],
111
      scripts          = ['openerp-server', 'openerp-gevent'],
112
      data_files       = data(),
112
      data_files       = data(),
113
      packages         = setuptools.find_packages(),
113
      packages         = setuptools.find_packages(),
114
      dependency_links = ['http://download.gna.org/pychart/'],
114
      dependency_links = ['http://download.gna.org/pychart/'],

Return to bug 499238