From 453fc8614cf3324e063b12da76c5f552dd63d2c5 Mon Sep 17 00:00:00 2001 From: Iuri de Silvio Date: Wed, 23 Apr 2014 15:01:31 -0300 Subject: [PATCH] Add NOTICE and tests files to manifest Tests are code. The NOTICE file is about third-party licenses and are important too. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 4506cce..24011fb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include HISTORY.rst README.rst LICENSE AUTHORS \ No newline at end of file +include HISTORY.rst README.rst LICENSE AUTHORS NOTICE test_tablib.py