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
7
Merge Requests
7
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
nexedi
slapos.toolbox
Commits
4c932de8
Commit
4c932de8
authored
Apr 18, 2017
by
Rafael Monnerat
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.67 and fix documentation syntax/information
parent
5d15d62a
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
109 additions
and
119 deletions
+109
-119
CHANGES.txt
CHANGES.txt
+105
-114
README.rst
README.rst
+0
-4
setup.py
setup.py
+4
-1
No files found.
CHANGES.txt
View file @
4c932de8
This diff is collapsed.
Click to expand it.
README.rst
View file @
4c932de8
...
...
@@ -3,7 +3,3 @@ slapos.toolbox
SlapOS toolbox contains :
- `cloudmgr <./slapos/README.cloudmgr.rst>`_
- `onetimeupload <./slapos/README.onetimeupload.rst>`_
- `webrunner <./slapos/README.webrunner.rst>`_
setup.py
View file @
4c932de8
...
...
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import
glob
import
os
version
=
'0.6
6
'
version
=
'0.6
7
'
name
=
'slapos.toolbox'
long_description
=
open
(
"README.rst"
).
read
()
+
"
\
n
"
...
...
@@ -30,6 +30,9 @@ setup(name=name,
namespace_packages
=
[
'slapos'
],
packages
=
find_packages
(),
include_package_data
=
True
,
maintainer
=
"Nexedi"
,
maintainer_email
=
"info@nexedi.com"
,
url
=
"https://lab.nexedi.com/nexedi/slapos.toolbox"
,
install_requires
=
[
'Flask'
,
# needed by servers
'atomize'
,
# needed by pubsub
...
...
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