From 4c39f9da792792d4e73fc3a5effde66576ae128c Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Sat, 24 Jan 2009 20:37:21 -0500 Subject: Slight issues with the MANIFEST.in due to it including *.txt which no longer exist. --- MANIFEST.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 7da4e346..e01ae090 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ -include doc/*.txt include VERSION include LICENSE include CHANGES -include AUTHORS \ No newline at end of file +include AUTHORS +include README -- cgit v1.2.1