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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos.buildout
Commits
3f77bc2b
Commit
3f77bc2b
authored
Apr 04, 2012
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change file ending to `.rst` for readme and changelog to get proper github rendering
parent
e621a0ce
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
CHANGES.rst
CHANGES.rst
+0
-0
README.rst
README.rst
+0
-0
setup.py
setup.py
+2
-2
No files found.
CHANGES.
tx
t
→
CHANGES.
rs
t
View file @
3f77bc2b
File moved
README.
tx
t
→
README.
rs
t
View file @
3f77bc2b
File moved
setup.py
View file @
3f77bc2b
...
...
@@ -21,7 +21,7 @@ def read(*rnames):
return
open
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
*
rnames
)).
read
()
long_description
=
(
read
(
'README.
tx
t'
)
read
(
'README.
rs
t'
)
+
'
\
n
'
+
'Detailed Documentation
\
n
'
'**********************
\
n
'
...
...
@@ -50,7 +50,7 @@ long_description=(
+
'
\
n
'
+
read
(
'src'
,
'zc'
,
'buildout'
,
'distribute.txt'
)
+
'
\
n
'
+
read
(
'CHANGES.
tx
t'
)
read
(
'CHANGES.
rs
t'
)
+
'
\
n
'
+
'Download
\
n
'
'**********************
\
n
'
...
...
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