From cabe5a1f3f41a496fd9febfdae415d80c3993475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Krier?= Date: Thu, 17 Dec 2015 11:22:17 +0100 Subject: [PATCH] Add DESCRIPTION.rst and other files to package DESCRIPTION.rst is required to be packaged because setup.py read it to set the long_description. Other files LICENSE.txt and README.md are always good to have in the package. --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..1ef7cdc --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +include DESCRIPTION.rst +include LICENSE.txt +include README.md