From 853935743a90d7ed5fda3ca4bd604a9e461a0194 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 15 Sep 2019 08:03:00 +0200 Subject: [PATCH] Include README.md in installed files / release tarballs. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 397a06fa9..5321a298a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include LICENSE.md +include README.md include Makefile include .travis.yml include requirements.txt