From c9a38c5d650d6d92ff30fd3c1c792fc71db9ce02 Mon Sep 17 00:00:00 2001 From: Matt Terry Date: Thu, 1 Jun 2017 09:14:24 -0700 Subject: [PATCH] chore: update MANIFEST.in to reflect changes to filenames Looks like the .rst files got converted to .md, but MANIFEST.in wasn't updated. This also fixes the sdist, since setup.py expects README.md & CONTRIBUTING.md to be in the source tarball. closes #437 --- MANIFEST.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index fada1fb..92318b1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ -include CHANGES.rst -include CONTRIBUTING.rst -include README.rst +include CHANGES.md +include CONTRIBUTING.md +include README.md include LICENSE include MANIFEST.in exclude .gitignore