Commit df4b12af authored by Łukasz Nowak's avatar Łukasz Nowak

Stabilise entries in documentation.

parent 92774631
......@@ -7,7 +7,7 @@ name = 'slapos.cookbook'
long_description = open("README.txt").read() + "\n" + \
open("CHANGES.txt").read() + "\n"
for f in glob.glob(os.path.join('slapos', 'recipe', 'README.*.txt')):
for f in sorted(glob.glob(os.path.join('slapos', 'recipe', 'README.*.txt'))):
long_description += '\n' + open(f).read() + '\n'
# extras_requires are not used because of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment