Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cloudooo
Commits
9f223b0b
Commit
9f223b0b
authored
May 24, 2011
by
Rafael Monnerat
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update repository and paths.
parent
f0857438
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
setup.py
setup.py
+5
-5
No files found.
setup.py
View file @
9f223b0b
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
,
find_packages
from
os
import
path
import
sys
import
sys
version
=
'1.2.4'
version
=
'1.2.4'
folder_path
=
path
.
abspath
(
path
.
dirname
(
__file__
))
+
"/cloudooo"
def
read
(
name
):
return
open
(
name
).
read
()
long_description
=
(
read
(
'README.txt'
)
+
'
\
n
'
+
read
(
'CHANGES.txt'
))
long_description
=
"%s
\
n
%s"
%
(
open
(
path
.
join
(
folder_path
,
"README.txt"
)).
read
(),
open
(
path
.
join
(
folder_path
,
"CHANGES.txt"
)).
read
())
install_requires
=
[
install_requires
=
[
# -*- Extra requirements: -*-
# -*- Extra requirements: -*-
'zope.interface'
,
'zope.interface'
,
...
@@ -40,7 +40,7 @@ setup(name='cloudooo',
...
@@ -40,7 +40,7 @@ setup(name='cloudooo',
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@tiolive.com'
,
url
=
'http://
svn.erp5.org/repos/public/erp5/trunk/utils/cloudooo
'
,
url
=
'http://
git.erp5.org/gitweb/cloudooo.git
'
,
license
=
'GPLv3'
,
license
=
'GPLv3'
,
packages
=
find_packages
(),
packages
=
find_packages
(),
include_package_data
=
True
,
include_package_data
=
True
,
...
...
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