We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c37278 commit 814ff44Copy full SHA for 814ff44
3 files changed
MANIFEST.in
@@ -2,7 +2,7 @@ include LICENSE
2
include Makefile
3
include MANIFEST.in
4
include NEWS
5
-include README
+include README.rst
6
include .bzrignore
7
graft doc
8
graft doc/_static
README README.rstREADME renamed to README.rst
doc/hacking.rst
@@ -63,7 +63,7 @@ Source layout
63
-------------
64
65
The top-level directory contains the ``testtools/`` package directory, and
66
-miscellaneous files like ``README`` and ``setup.py``.
+miscellaneous files like ``README.rst`` and ``setup.py``.
67
68
The ``testtools/`` directory is the Python package itself. It is separated
69
into submodules for internal clarity, but all public APIs should be “promoted”
0 commit comments