Commit 06cf3e67 authored by Gabriel Monnerat's avatar Gabriel Monnerat

setup: Update requirements, author and repository url

parent 67e233f2
Pipeline #9320 failed with stage
in 0 seconds
......@@ -15,6 +15,7 @@ install_requires = [
'PasteScript',
'pyPdf',
'WSGIUtils',
'WSGIServer',
'psutil>=3.0.0',
'lxml',
'python-magic',
......@@ -35,8 +36,8 @@ setup(name='cloudooo',
"Framework :: Paste"],
keywords='xmlrpc openoffice wsgi paste python',
author='Gabriel M. Monnerat',
author_email='gabriel@tiolive.com',
url = 'http://git.erp5.org/gitweb/cloudooo.git',
author_email='gabriel@nexedi.com',
url='https://lab.nexedi.com/nexedi/cloudooo.git',
license='GPLv3',
packages=find_packages(),
include_package_data=True,
......
  • @gabriel this commit is not with your @ nexedi.com email address you probably want to git commit --amend --reset-author

  • @jerome, oh thanks, I was using my server to test cloudooo standalone and check if documentation was working in a server with anything installed.

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