Changeset 6a38a3c in trunk
- Timestamp:
- 2014-09-09T17:51:44Z (11 years ago)
- Branches:
- master
- Children:
- 62a4b27
- Parents:
- 2584169
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified README.rst ¶
r2584169 r6a38a3c 29 29 .. _COPYING.TGPPL.rst: https://github.com/tahoe-lafs/tahoe-lafs/blob/master/COPYING.TGPPL.rst 30 30 .. _TGPPL.PDF: https://tahoe-lafs.org/~zooko/tgppl.pdf 31 32 ---- 33 34 .. image:: https://travis-ci.org/tahoe-lafs/tahoe-lafs.png?branch=master 35 :target: https://travis-ci.org/tahoe-lafs/tahoe-lafs 36 37 .. image:: https://coveralls.io/repos/tahoe-lafs/tahoe-lafs/badge.png?branch=master 38 :target: https://coveralls.io/r/tahoe-lafs/tahoe-lafs?branch=master -
TabularUnified docs/about.rst ¶
r2584169 r6a38a3c 113 113 ======= 114 114 115 Tahoe-LAFS is an open-source project; please see README. txt_ for details.115 Tahoe-LAFS is an open-source project; please see README.rst_ for details. 116 116 117 .. _README. txt: ../README.txt117 .. _README.rst: ../README.rst -
TabularUnified setup.py ¶
r2584169 r6a38a3c 435 435 setup(name=APPNAME, 436 436 description='secure, decentralized, fault-tolerant filesystem', 437 long_description=open('README. txt', 'rU').read(),437 long_description=open('README.rst', 'rU').read(), 438 438 author='the Tahoe-LAFS project', 439 439 author_email='tahoe-dev@tahoe-lafs.org', 440 440 url='https://tahoe-lafs.org/', 441 license='GNU GPL', # see README. txt -- there is an alternative licence441 license='GNU GPL', # see README.rst -- there is an alternative licence 442 442 cmdclass={"trial": Trial, 443 443 "make_executable": MakeExecutable,
Note: See TracChangeset
for help on using the changeset viewer.