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
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
isaak yansane-sisk
slapos.buildout
Commits
96db91f4
Commit
96db91f4
authored
Mar 19, 2007
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated release info.
parent
0c1fa8e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
CHANGES.txt
CHANGES.txt
+1
-1
setup.py
setup.py
+4
-2
No files found.
CHANGES.txt
View file @
96db91f4
...
@@ -11,7 +11,7 @@ priorities include:
...
@@ -11,7 +11,7 @@ priorities include:
Change History
Change History
**************
**************
1.0.0b23 (2007-03-
??
)
1.0.0b23 (2007-03-
19
)
=====================
=====================
Feature Changes
Feature Changes
...
...
setup.py
View file @
96db91f4
...
@@ -16,6 +16,8 @@ long_description=(
...
@@ -16,6 +16,8 @@ long_description=(
+
'
\
n
'
+
+
'
\
n
'
+
read
(
'src'
,
'zc'
,
'buildout'
,
'repeatable.txt'
)
read
(
'src'
,
'zc'
,
'buildout'
,
'repeatable.txt'
)
+
'
\
n
'
+
+
'
\
n
'
+
read
(
'src'
,
'zc'
,
'buildout'
,
'downloadcache.txt'
)
+
'
\
n
'
+
read
(
'src'
,
'zc'
,
'buildout'
,
'update.txt'
)
read
(
'src'
,
'zc'
,
'buildout'
,
'update.txt'
)
+
'
\
n
'
+
+
'
\
n
'
+
read
(
'src'
,
'zc'
,
'buildout'
,
'debugging.txt'
)
read
(
'src'
,
'zc'
,
'buildout'
,
'debugging.txt'
)
...
@@ -28,12 +30,12 @@ long_description=(
...
@@ -28,12 +30,12 @@ long_description=(
'**********************
\
n
'
'**********************
\
n
'
)
)
#
open('doc.txt', 'w').write(long_description)
open
(
'doc.txt'
,
'w'
).
write
(
long_description
)
name
=
"zc.buildout"
name
=
"zc.buildout"
setup
(
setup
(
name
=
name
,
name
=
name
,
version
=
"1.0.0b2
2
"
,
version
=
"1.0.0b2
3
"
,
author
=
"Jim Fulton"
,
author
=
"Jim Fulton"
,
author_email
=
"jim@zope.com"
,
author_email
=
"jim@zope.com"
,
description
=
"System for managing development buildouts"
,
description
=
"System for managing development buildouts"
,
...
...
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