Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
cloudooo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Tyagov
cloudooo
Commits
4930a973
Commit
4930a973
authored
May 24, 2011
by
Rafael Monnerat
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new entry-points.
parent
310778b3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
setup.py
setup.py
+8
-2
No files found.
setup.py
View file @
4930a973
...
...
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
from
os
import
path
import
sys
version
=
'1.2.
3
'
version
=
'1.2.
4
'
folder_path
=
path
.
abspath
(
path
.
dirname
(
__file__
))
+
"/cloudooo"
...
...
@@ -15,6 +15,8 @@ install_requires = [
'PasteScript'
,
'WSGIUtils'
,
'psutil>=0.2.0'
,
'lxml'
]
test_requires
=
[
...
...
@@ -40,7 +42,7 @@ setup(name='cloudooo',
author_email
=
'gabriel@tiolive.com'
,
url
=
'http://svn.erp5.org/repos/public/erp5/trunk/utils/cloudooo'
,
license
=
'GPLv3'
,
packages
=
find_packages
(
exclude
=
[
'examples'
,
'tests'
]
),
packages
=
find_packages
(),
include_package_data
=
True
,
zip_safe
=
False
,
install_requires
=
install_requires
,
...
...
@@ -51,5 +53,9 @@ setup(name='cloudooo',
[console_scripts]
cloudooo_tester = cloudooo.bin.cloudooo_tester:main
echo_cloudooo_conf = cloudooo.bin.echo_cloudooo_conf:main
runImageMagickHandlerUnitTest = cloudooo.handler.imagemagick.tests.runImageMagickHandlerUnitTest:run
runFFMPEGHandlerUnitTest = cloudooo.handler.ffmpeg.tests.runFFMPEGHandlerUnitTest:run
runOOoHandlerUnitTest = cloudooo.handler.ooo.tests.runOOoHandlerUnitTest:run
runPDFHandlerUnitTest = cloudooo.handler.pdf.tests.runPDFHandlerUnitTest:run
"""
,
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment