Commit dd2da7cd authored by Kirill Smelkov's avatar Kirill Smelkov Committed by Gabriel Monnerat

README, CHANGES: .txt -> .rst

So that both readme and changelog automatically render well on

https://lab.nexedi.com/nexedi/cloudooo  and on  
https://github.com/Nexedi/cloudooo

CHANGES is also renamed -> CHANGELOG along the way, because that's what
gitlab autodetects as changelog file name:

https://lab.nexedi.com/nexedi/gitlab-ce/blob/827d3914/app/models/repository.rb#L353

/cc @kazuhiko, @gabriel

/reviewed-on !3
parent 9d3317fc
include README.txt
include CHANGES.txt
include README.rst
include CHANGELOG.rst
recursive-include cloudooo *
......@@ -6,7 +6,7 @@ version = '1.2.5-dev'
def read(name):
return open(name).read()
long_description = (read('README.txt') + '\n' + read('CHANGES.txt'))
long_description = (read('README.rst') + '\n' + read('CHANGELOG.rst'))
install_requires = [
# -*- Extra requirements: -*-
......
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