From 99dff7515cf90dfb0bc45df91ccdecf5bc12a031 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 11 Jan 2014 14:19:37 +0100 Subject: [PATCH] docs: Add check-manifest tips --- docs/extensiondev.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/extensiondev.rst b/docs/extensiondev.rst index 7fa19f7a..75dcc32c 100644 --- a/docs/extensiondev.rst +++ b/docs/extensiondev.rst @@ -222,8 +222,10 @@ file:: include README.rst include mopidy_soundspot/ext.conf -For details on the ``MANIFEST.in`` file format, check out the `distuitls docs +For details on the ``MANIFEST.in`` file format, check out the `distutils docs `_. +`check-manifest `_ is a very +useful tool to check your ``MANIFEST.in`` file for completeness. Example __init__.py