From 95182dcfc4ad4f0aca63fb6130f3ff7276af0ada Mon Sep 17 00:00:00 2001 From: Sergey Obukhov Date: Thu, 24 Jul 2014 15:42:50 -0700 Subject: [PATCH] add train data, classifier and fixtures to MANIFEST.in --- MANIFEST.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 6e456e4..4f99104 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,9 @@ -recursive-include tests *.py +recursive-include tests * +recursive-include talon * +recursive-exclude tests *.pyc *~ +recursive-exclude talon *.pyc *~ +include train.data +include classifier include LICENSE include MANIFEST.in include README.rst \ No newline at end of file