Skip to content

Commit 814ff44

Browse files
committed
Rename README to README.rst
This is so the README on Github will look pretty.
1 parent 4c37278 commit 814ff44

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include LICENSE
22
include Makefile
33
include MANIFEST.in
44
include NEWS
5-
include README
5+
include README.rst
66
include .bzrignore
77
graft doc
88
graft doc/_static
File renamed without changes.

doc/hacking.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Source layout
6363
-------------
6464

6565
The top-level directory contains the ``testtools/`` package directory, and
66-
miscellaneous files like ``README`` and ``setup.py``.
66+
miscellaneous files like ``README.rst`` and ``setup.py``.
6767

6868
The ``testtools/`` directory is the Python package itself. It is separated
6969
into submodules for internal clarity, but all public APIs should be “promoted”

0 commit comments

Comments
 (0)