Commit bf608e81 authored by Gabriel Monnerat's avatar Gabriel Monnerat

setup: Update requirements, author and repository url

See merge request !25
parents fb311b01 bf99e5de
Pipeline #9529 passed with stage
in 0 seconds
...@@ -12,9 +12,8 @@ install_requires = [ ...@@ -12,9 +12,8 @@ install_requires = [
# -*- Extra requirements: -*- # -*- Extra requirements: -*-
'zope.interface', 'zope.interface',
'PasteDeploy', 'PasteDeploy',
'PasteScript', 'PasteScript[WSGIUtils]',
'pyPdf', 'pyPdf',
'WSGIUtils',
'psutil>=3.0.0', 'psutil>=3.0.0',
'lxml', 'lxml',
'python-magic', 'python-magic',
...@@ -35,8 +34,8 @@ setup(name='cloudooo', ...@@ -35,8 +34,8 @@ setup(name='cloudooo',
"Framework :: Paste"], "Framework :: Paste"],
keywords='xmlrpc openoffice wsgi paste python', keywords='xmlrpc openoffice wsgi paste python',
author='Gabriel M. Monnerat', author='Gabriel M. Monnerat',
author_email='gabriel@tiolive.com', author_email='gabriel@nexedi.com',
url = 'http://git.erp5.org/gitweb/cloudooo.git', url='https://lab.nexedi.com/nexedi/cloudooo.git',
license='GPLv3+ with wide exception for FOSS', license='GPLv3+ with wide exception for FOSS',
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,
......
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