Skip to content

Commit

Permalink
Merge pull request #1 from jml/rename-readme
Browse files Browse the repository at this point in the history
Rename README to README.rst
  • Loading branch information
rbtcollins committed Jan 26, 2013
2 parents e21c7d2 + 814ff44 commit 959d381
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Expand Up @@ -2,7 +2,7 @@ include LICENSE
include Makefile
include MANIFEST.in
include NEWS
include README
include README.rst
include .bzrignore
graft doc
graft doc/_static
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
# See README for copyright and licensing details.
# Copyright (c) 2008-2013 testtools developers. See LICENSE for details.

PYTHON=python
SOURCES=$(shell find testtools -name "*.py")
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion doc/hacking.rst
Expand Up @@ -63,7 +63,7 @@ Source layout
-------------

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

The ``testtools/`` directory is the Python package itself. It is separated
into submodules for internal clarity, but all public APIs should be “promoted”
Expand Down
3 changes: 2 additions & 1 deletion testtools/tests/__init__.py
@@ -1,6 +1,7 @@
# Copyright (c) 2008-2013 testtools developers. See LICENSE for details.

"""Tests for testtools itself."""

# See README for copyright and licensing details.

from unittest import TestSuite

Expand Down

0 comments on commit 959d381

Please sign in to comment.