Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.recipe.build
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
Ayush Tiwari
slapos.recipe.build
Commits
18a2f9d2
Commit
18a2f9d2
authored
Aug 02, 2012
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.10.1
parent
c6787ee5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
CHANGES.txt
CHANGES.txt
+5
-5
README.rst
README.rst
+0
-0
setup.py
setup.py
+2
-2
No files found.
CHANGES.txt
View file @
18a2f9d2
Changes
=======
0.10
-dev (Unreleased
)
-------------------
--
*
No change yet.
0.10
.1 (2012-08-02
)
-------------------
*
Minor fix in ReST documentation formatting. [Cedric de Saint Martin]
0.10 (2012-07-02)
----------------
----------------
-
* Add ``format = yes|no`` option. [Antoine Catton]
0.9 (2012-06-07)
...
...
@@ -21,7 +21,7 @@ Changes
* Add npm and cpan entry points [Cedric de Saint Martin]
0.7 (2011-11-8)
---------------
-
---------------
* Generic: Remove directory when needed, and only if it is wanted.
[Cedric de Saint Martin]
...
...
README.
tx
t
→
README.
rs
t
View file @
18a2f9d2
File moved
setup.py
View file @
18a2f9d2
from
setuptools
import
setup
,
find_packages
version
=
'0.10
-dev
'
version
=
'0.10
.1
'
name
=
'slapos.recipe.build'
long_description
=
open
(
"README.
tx
t"
).
read
()
+
"
\
n
"
+
\
long_description
=
open
(
"README.
rs
t"
).
read
()
+
"
\
n
"
+
\
open
(
"CHANGES.txt"
).
read
()
+
"
\
n
"
# extras_requires are not used because of
...
...
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