Rename README.txt to README.rst, and add Travis-CI and Coveralls badges to it.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood
2014-09-09 18:51:44 +01:00
parent 2584169f7f
commit 6a38a3c54e
3 changed files with 12 additions and 4 deletions

View File

@ -434,11 +434,11 @@ if version:
setup(name=APPNAME,
description='secure, decentralized, fault-tolerant filesystem',
long_description=open('README.txt', 'rU').read(),
long_description=open('README.rst', 'rU').read(),
author='the Tahoe-LAFS project',
author_email='tahoe-dev@tahoe-lafs.org',
url='https://tahoe-lafs.org/',
license='GNU GPL', # see README.txt -- there is an alternative licence
license='GNU GPL', # see README.rst -- there is an alternative licence
cmdclass={"trial": Trial,
"make_executable": MakeExecutable,
"update_version": UpdateVersion,