diff --git a/docs/writing/structure.rst b/docs/writing/structure.rst index 4f8bb3713..31f387ec9 100644 --- a/docs/writing/structure.rst +++ b/docs/writing/structure.rst @@ -254,6 +254,8 @@ your project. test: py.test tests + .PHONY init test + Other generic management scripts (e.g. ``manage.py`` or ``fabfile.py``) belong at the root of the repository as well.