From a0ac95cc53cf8fd559e83983c81a260746a32894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Tue, 18 Sep 2018 09:48:16 +0200 Subject: [PATCH] Install CONTRIBUTING.rst with MANIFEST.in Without CONTRIBUTING.rst filoe, documentation is not buildable: docs/contributing.rst:1: WARNING: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'CONTRIBUTING.rst'. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index d8a725b5..4cb69870 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include Makefile CHANGES.rst LICENSE AUTHORS tox.ini +include Makefile CHANGES.rst CONTRIBUTING.rst LICENSE AUTHORS tox.ini graft artwork graft tests