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
f91db1b5
Commit
f91db1b5
authored
Aug 02, 2012
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix manifest
parent
25661279
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
CHANGES.txt
CHANGES.txt
+2
-2
MANIFEST.in
MANIFEST.in
+1
-0
setup.py
setup.py
+1
-1
No files found.
CHANGES.txt
View file @
f91db1b5
Changes
=======
0.10.2 (
Unreleased
)
0.10.2 (
2012-08-02
)
-------------------
*
No change yet.
*
Update manifest to include readme.rst [Cedric de Saint Martin]
0.10.1 (2012-08-02)
-------------------
...
...
MANIFEST.in
View file @
f91db1b5
include CHANGES.txt
include README.rst
\ No newline at end of file
setup.py
View file @
f91db1b5
from
setuptools
import
setup
,
find_packages
version
=
'0.10.2
-dev
'
version
=
'0.10.2'
name
=
'slapos.recipe.build'
long_description
=
open
(
"README.rst"
).
read
()
+
"
\
n
"
+
\
open
(
"CHANGES.txt"
).
read
()
+
"
\
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