Skip to content

Commit 03a2f41

Browse files
author
Sébastien Delafond
committed
README: explicit reST
1 parent 1291bcb commit 03a2f41

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ your filesystem script to find them, no matter where it's residing.
3232

3333
WARNING:
3434
We have altered from the original FUSE Python API in non-compatible
35-
ways. See README.new_fusepy_api how can you get running a fs which is
35+
ways. See README.new_fusepy_api.rst how can you get running a fs which is
3636
written against the original API.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This is a Python interface to libfuse
66
(https://github.com/libfuse/libfuse).
77

8-
* The API is described in ``README.new_fusepy_api``. It's an
8+
* The API is described in [README.new_fusepy_api.rst](README.new_fusepy_api.rst). It's an
99
informative description, not a reference. Apart from that, see the
1010
examples and the actual code.
1111

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Therefore older fuse-python based filesystems *won't work* out of the box
33
with fuse-python 0.2-pre1.
44

55
However, no need to worry. Just read the *Old API/Enforcing compatibility*
6-
section of ``README.new_fusepy_api`` and you will know how to deal with the
6+
section of ``README.new_fusepy_api.rst`` and you will know how to deal with the
77
situation.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ def setup(**kwargs):
100100
platforms = ['posix'],
101101
url = 'https://github.com/libfuse/python-fuse',
102102
package_data={'': ['COPYING', 'AUTHORS', 'FAQ', 'INSTALL',
103-
'README.md', 'README.new_fusepy_api',
104-
'README.package_maintainers']},
103+
'README.md', 'README.new_fusepy_api.rst',
104+
'README.package_maintainers.rst']},
105105
author = 'Jeff Epler <jepler@unpythonic.dhs.org>, Csaba Henk <csaba.henk@creo.hu>, Steven James, Miklos Szeredi <miklos@szeredi.hu>, Sébastien Delafond<sdelafond@gmail.com>',
106106
maintainer = 'Sébastien Delafond',
107107
maintainer_email = 'sdelafond@gmail.com',

0 commit comments

Comments
 (0)