From 6c19c2bdf153af93f3a784c9487425bec567a722 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Tue, 1 May 2018 19:59:38 -0400 Subject: [PATCH] Add other missing files Appears `setup.py` tries to read `README-PYPI.rst` and `CHANGELOGS.rst`, which are not in the `sdist`. This fixes that. --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 5e6c614..b99542c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,7 @@ include pigar/.db.sqlite3 +include CHANGELOGS.rst include README.rst +include README-PYPI.rst include LICENSE include makefile include pigar/tests/fake_simple_html.txt