From 554fba43575e61c46e6e4b583484697fccf4a172 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sun, 10 Mar 2019 20:01:14 +0700 Subject: [PATCH] MANIFEST.in: Add docs, examples and tests Closes https://github.com/ryanmcgrath/twython/issues/507 --- MANIFEST.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index eae175a..bcfd314 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,9 @@ include README.rst HISTORY.rst LICENSE requirements.txt + +recursive-include docs * +prune docs/_build + +recursive-include examples *.py + +recursive-include tests *.py +recursive-include tests/tweets *.json