Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.toolbox
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
Tristan Cavelier
slapos.toolbox
Commits
190140ef
Commit
190140ef
authored
9 years ago
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! convert documentation to rst
parent
46f2909f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
README.rst
README.rst
+6
-6
setup.py
setup.py
+3
-2
No files found.
README.rst
View file @
190140ef
...
...
@@ -4,9 +4,9 @@ slapos.toolbox
SlapOS toolbox contains :
- `builder <slapos/README.builder.rst>`_
- `cloudmgr <slapos/README.cloudmgr.rst>`_
- `monitor <slapos/README.monitor.rst>`_
- `onetimeupload <slapos/README.onetimeupload.rst>`_
- `shacache <slapos/README.shacache.rst>`_
- `webrunner <slapos/README.webrunner.rst>`_
- `builder <
./
slapos/README.builder.rst>`_
- `cloudmgr <
./
slapos/README.cloudmgr.rst>`_
- `monitor <
./
slapos/README.monitor.rst>`_
- `onetimeupload <
./
slapos/README.onetimeupload.rst>`_
- `shacache <
./
slapos/README.shacache.rst>`_
- `webrunner <
./
slapos/README.webrunner.rst>`_
This diff is collapsed.
Click to expand it.
setup.py
View file @
190140ef
...
...
@@ -4,12 +4,13 @@ import os
version
=
'0.50.dev0'
name
=
'slapos.toolbox'
long_description
=
open
(
"README.rst"
).
read
()
+
"
\
n
"
+
\
open
(
"CHANGES.txt"
).
read
()
+
"
\
n
"
long_description
=
open
(
"README.rst"
).
read
()
+
"
\
n
"
for
f
in
sorted
(
glob
.
glob
(
os
.
path
.
join
(
'slapos'
,
'README.*.rst'
))):
long_description
+=
'
\
n
'
+
open
(
f
).
read
()
+
'
\
n
'
long_description
+=
open
(
"CHANGES.txt"
).
read
()
+
"
\
n
"
# Provide a way to install additional requirements
additional_install_requires
=
[]
try
:
...
...
This diff is collapsed.
Click to expand it.
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