From e1ce9a63a664712ceeeda651e4dc039cd9f9eaa8 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 11 Aug 2010 17:16:20 +0200 Subject: [PATCH] Fix file name in manifest. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 5e3104a82..cfc44c17e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,7 +7,7 @@ include TODO include babel.cfg include Makefile -include setup_distribute.py +include distribute_setup.py include sphinx-autogen.py include sphinx-build.py include sphinx-quickstart.py