mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
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:
parent
2584169f7f
commit
6a38a3c54e
@ -28,3 +28,11 @@ See `TGPPL.PDF`_ for why the TGPPL exists, graphically illustrated on three slid
|
||||
.. _COPYING.GPL: https://github.com/tahoe-lafs/tahoe-lafs/blob/master/COPYING.GPL
|
||||
.. _COPYING.TGPPL.rst: https://github.com/tahoe-lafs/tahoe-lafs/blob/master/COPYING.TGPPL.rst
|
||||
.. _TGPPL.PDF: https://tahoe-lafs.org/~zooko/tgppl.pdf
|
||||
|
||||
----
|
||||
|
||||
.. image:: https://travis-ci.org/tahoe-lafs/tahoe-lafs.png?branch=master
|
||||
:target: https://travis-ci.org/tahoe-lafs/tahoe-lafs
|
||||
|
||||
.. image:: https://coveralls.io/repos/tahoe-lafs/tahoe-lafs/badge.png?branch=master
|
||||
:target: https://coveralls.io/r/tahoe-lafs/tahoe-lafs?branch=master
|
@ -112,6 +112,6 @@ To use Tahoe-LAFS, please see quickstart.rst_.
|
||||
License
|
||||
=======
|
||||
|
||||
Tahoe-LAFS is an open-source project; please see README.txt_ for details.
|
||||
Tahoe-LAFS is an open-source project; please see README.rst_ for details.
|
||||
|
||||
.. _README.txt: ../README.txt
|
||||
.. _README.rst: ../README.rst
|
||||
|
4
setup.py
4
setup.py
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user