From 9e92a67276adc498d270af4b3c6c3eb59aaa4488 Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Mon, 17 Oct 2016 20:27:05 +0900 Subject: [PATCH] update manifest --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index a7ae8e1..13e7718 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,6 @@ -include ez_setup.py *.txt +include *.txt +include CHANGES.rst +include README.rst recursive-include src *.pyx *.pxd *.pxi *.py *.cpp recursive-include src/ext *.* recursive-include tests *.*