From 62e2a6053bddf1492e85a0650d37061d95af5e6d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 8 Jan 2012 13:38:36 -0500 Subject: [PATCH] need to include the .rst files in the manifest --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index ad779c27..c5e512b8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -recursive-include docs *.html *.css *.js *.txt +recursive-include docs *.html *.css *.js *.txt *.rst recursive-include tests *.py *.dat recursive-include alembic/templates *.mako README *.py -- 2.47.2