From 57f8e6b22fe081e5227860b4fdd1d6bcca4ac782 Mon Sep 17 00:00:00 2001 From: Mike Helmick Date: Wed, 29 May 2013 14:04:42 -0400 Subject: [PATCH] Examples weren't being included in the pkg, and pyc's are excluded by default We'll figure out the example thing for next release! [ci skip] --- MANIFEST.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 8be3760..b41c376 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1 @@ -include LICENSE README.md README.rst HISTORY.rst test_twython.py requirements.txt -recursive-include examples * -recursive-exclude examples *.pyc +include LICENSE README.md README.rst HISTORY.rst test_twython.py requirements.txt \ No newline at end of file