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