Commit 67517a81 authored by Gabriel Monnerat's avatar Gabriel Monnerat

update license, classifiers and descriptions

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@44914 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9b3fb539
...@@ -21,11 +21,13 @@ setup( ...@@ -21,11 +21,13 @@ setup(
author_email = "gabriel@tiolive.com", author_email = "gabriel@tiolive.com",
description = "Python Package to handle Videos", description = "Python Package to handle Videos",
long_description=long_description, long_description=long_description,
license = "GPL", license = "GPLv3",
keywords = "python ffmpeg", keywords = "python ffmpeg",
classifiers=[ classifiers=[
"Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.6",
"Natural Language :: English", "Natural Language :: English",
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: GNU General Public License (GPL)",
], ],
packages = find_packages('src'), packages = find_packages('src'),
package_dir = {'': 'src'}, package_dir = {'': 'src'},
......
...@@ -19,13 +19,15 @@ setup( ...@@ -19,13 +19,15 @@ setup(
version = version, version = version,
author = "Gabriel M. Monnerat", author = "Gabriel M. Monnerat",
author_email = "gabriel@tiolive.com", author_email = "gabriel@tiolive.com",
description = "", description = "Python Package to handle Images",
long_description=long_description, long_description=long_description,
license = "GPL", license = "GPLv3",
keywords = "", keywords = "python imagemagick",
classifiers=[ classifiers=[
"License :: OSI Approved :: Zope Public License", "Programming Language :: Python :: 2.6",
"Framework :: Buildout", "Natural Language :: English",
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: GNU General Public License (GPL)",
], ],
packages = find_packages('src'), packages = find_packages('src'),
package_dir = {'': 'src'}, package_dir = {'': 'src'},
......
...@@ -27,11 +27,14 @@ setup( ...@@ -27,11 +27,14 @@ setup(
author_email = "gabriel@tiolive.com", author_email = "gabriel@tiolive.com",
description = "Python Package to handler OpenOffice.org Documents", description = "Python Package to handler OpenOffice.org Documents",
long_description=long_description, long_description=long_description,
license = "GPL", license = "GPLv3",
keywords = "Python OpenOffice.org", keywords = "Python OpenOffice.org",
classifiers= [ classifiers= [
"Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.6",
"Natural Language :: English", "Natural Language :: English",
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: GNU General Public License (GPL)",
], ],
packages = find_packages('src'), packages = find_packages('src'),
package_dir = {'': 'src'}, package_dir = {'': 'src'},
......
...@@ -21,11 +21,13 @@ setup( ...@@ -21,11 +21,13 @@ setup(
author_email = "gabriel@tiolive.com", author_email = "gabriel@tiolive.com",
description = "Python Package to handler PDF documents", description = "Python Package to handler PDF documents",
long_description=long_description, long_description=long_description,
license = "GPL", license = "GPLv3",
keywords = "python xpdf", keywords = "python xpdf",
classifiers=[ classifiers=[
"Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.6",
"Natural Language :: English", "Natural Language :: English",
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: GNU General Public License (GPL)",
], ],
packages = find_packages('src'), packages = find_packages('src'),
package_dir = {'': 'src'}, package_dir = {'': 'src'},
......
...@@ -15,7 +15,6 @@ install_require_list = [ ...@@ -15,7 +15,6 @@ install_require_list = [
'PasteScript', 'PasteScript',
'WSGIUtils', 'WSGIUtils',
'psutil>=0.2.0', 'psutil>=0.2.0',
'lxml',
'python-magic', # required for unit tests only 'python-magic', # required for unit tests only
] ]
...@@ -29,7 +28,8 @@ setup(name='cloudooo', ...@@ -29,7 +28,8 @@ setup(name='cloudooo',
version=version, version=version,
description="XML-RPC openoffice document convertion server", description="XML-RPC openoffice document convertion server",
long_description=long_description, long_description=long_description,
classifiers=["Topic :: System :: Networking", classifiers=[
"Topic :: System :: Networking",
"Topic :: System :: Operating System Kernels :: Linux", "Topic :: System :: Operating System Kernels :: Linux",
"Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Internet :: WWW/HTTP :: WSGI",
"Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.6",
...@@ -39,7 +39,7 @@ setup(name='cloudooo', ...@@ -39,7 +39,7 @@ setup(name='cloudooo',
author='Gabriel M. Monnerat', author='Gabriel M. Monnerat',
author_email='gabriel@tiolive.com', author_email='gabriel@tiolive.com',
url='https://svn.erp5.org/repos/public/erp5/trunk/utils/cloudooo', url='https://svn.erp5.org/repos/public/erp5/trunk/utils/cloudooo',
license='GPL 2', license='GPLv3',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True, include_package_data=True,
zip_safe=False, zip_safe=False,
...@@ -51,8 +51,5 @@ setup(name='cloudooo', ...@@ -51,8 +51,5 @@ setup(name='cloudooo',
[console_scripts] [console_scripts]
cloudooo_tester = cloudooo.bin.cloudooo_tester:main cloudooo_tester = cloudooo.bin.cloudooo_tester:main
echo_cloudooo_conf = cloudooo.bin.echo_cloudooo_conf:main echo_cloudooo_conf = cloudooo.bin.echo_cloudooo_conf:main
runCloudOOoUnitTest = cloudooo.handler.ooo.tests.runCloudOOoUnitTest:run
runPDFHandlerUnitTest = cloudooo.handler.pdf.tests.runPDFHandlerUnitTest:run
runFFMPEGHandlerUnitTest = cloudooo.handler.ffmpeg.tests.runFFMPEGHandlerUnitTest:run
""", """,
) )
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