Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
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
8
Merge Requests
8
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
slapos.buildout
Commits
f5fc8e90
Commit
f5fc8e90
authored
Apr 19, 2011
by
Łukasz Nowak
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace original documentation and metadata with minimalistic one.
parent
826d7796
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
35 deletions
+3
-35
setup.py
setup.py
+3
-35
No files found.
setup.py
View file @
f5fc8e90
...
...
@@ -21,38 +21,7 @@ def read(*rnames):
return
open
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
*
rnames
)).
read
()
long_description
=
(
read
(
'README.txt'
)
+
'
\
n
'
+
read
(
'SYSTEM_PYTHON_HELP.txt'
)
+
'
\
n
'
+
'Detailed Documentation
\
n
'
'**********************
\
n
'
+
'
\
n
'
+
read
(
'src'
,
'zc'
,
'buildout'
,
'buildout.txt'
)
+
'
\
n
'
+
read
(
'src'
,
'zc'
,
'buildout'
,
'unzip.txt'
)
+
'
\
n
'
+
read
(
'src'
,
'zc'
,
'buildout'
,
'repeatable.txt'
)
+
'
\
n
'
+
read
(
'src'
,
'zc'
,
'buildout'
,
'download.txt'
)
+
'
\
n
'
+
read
(
'src'
,
'zc'
,
'buildout'
,
'downloadcache.txt'
)
+
'
\
n
'
+
read
(
'src'
,
'zc'
,
'buildout'
,
'extends-cache.txt'
)
+
'
\
n
'
+
read
(
'src'
,
'zc'
,
'buildout'
,
'setup.txt'
)
+
'
\
n
'
+
read
(
'src'
,
'zc'
,
'buildout'
,
'update.txt'
)
+
'
\
n
'
+
read
(
'src'
,
'zc'
,
'buildout'
,
'debugging.txt'
)
+
'
\
n
'
+
read
(
'src'
,
'zc'
,
'buildout'
,
'testing.txt'
)
+
'
\
n
'
+
read
(
'src'
,
'zc'
,
'buildout'
,
'easy_install.txt'
)
+
'
\
n
'
+
read
(
'src'
,
'zc'
,
'buildout'
,
'distribute.txt'
)
+
'
\
n
'
+
read
(
'CHANGES.txt'
)
read
(
'README.SlapOS.txt'
)
+
'
\
n
'
+
'Download
\
n
'
'**********************
\
n
'
...
...
@@ -70,13 +39,12 @@ debug = %(name)s.testrecipes:Debug
setup
(
name
=
'slapos.buildout'
,
version
=
version
,
author
=
"Jim Fulton"
,
author_email
=
"jim@zope.com"
,
author
=
"SlapOS Team"
,
description
=
"System for managing development buildouts"
,
long_description
=
long_description
,
license
=
"ZPL 2.1"
,
keywords
=
"development build"
,
url
=
'http
://pypi.python.org/pypi/zc.
buildout'
,
url
=
'http
s://gitorious.org/slapos/slapos-
buildout'
,
data_files
=
[(
'.'
,
[
'README.txt'
])],
packages
=
[
'zc'
,
'zc.buildout'
],
...
...
Łukasz Nowak
@luke
mentioned in commit
be3ef8d0
·
May 31, 2017
mentioned in commit
be3ef8d0
mentioned in commit be3ef8d005f60b3d346661023d5081377df517fe
Toggle commit list
Łukasz Nowak
@luke
mentioned in commit
3336aae5
·
May 31, 2017
mentioned in commit
3336aae5
mentioned in commit 3336aae5af06265778262a5b7bf419f5968b052e
Toggle commit list
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