Commit 2edd78be authored by Gabriel Monnerat's avatar Gabriel Monnerat

change package version and add new dependency. psutil is used to control an openoffice.org process.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@37461 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b5981fb0
...@@ -4,7 +4,7 @@ from os.path import realpath, exists, join, dirname ...@@ -4,7 +4,7 @@ from os.path import realpath, exists, join, dirname
from os import symlink, unlink from os import symlink, unlink
from shutil import copyfile from shutil import copyfile
version = '0.6' version = '1.0'
setup(name='cloudooo', setup(name='cloudooo',
version=version, version=version,
...@@ -32,6 +32,7 @@ setup(name='cloudooo', ...@@ -32,6 +32,7 @@ setup(name='cloudooo',
'PasteScript', 'PasteScript',
'WSGIUtils', 'WSGIUtils',
'jsonpickle', 'jsonpickle',
'psutil',
], ],
entry_points=""" entry_points="""
# -*- Entry points: -*- # -*- Entry points: -*-
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment