Commit 4672a3ac authored by Alain Takoudjou's avatar Alain Takoudjou

fix long_description in setpu.py

parent 023c4913
...@@ -24,7 +24,7 @@ version = '0.1' ...@@ -24,7 +24,7 @@ version = '0.1'
name = 'caucase' name = 'caucase'
long_description = open("README.rst").read() + "\n" long_description = open("README.rst").read() + "\n"
for f in sorted(glob.glob(os.path.join('slapos', 'README.*.rst'))): for f in sorted(glob.glob(os.path.join('caucase', 'README.*.rst'))):
long_description += '\n' + open(f).read() + '\n' long_description += '\n' + open(f).read() + '\n'
# long_description += open("CHANGES.txt").read() + "\n" # long_description += open("CHANGES.txt").read() + "\n"
......
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