From cee8b204aded1d01a854de4efc37b793619ef630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylvain=20Th=C3=A9nault?= Date: Mon, 29 Apr 2013 12:05:27 +0200 Subject: fix manifest.in so doc is back into source distribution, as well as some rephrasing to avoid junk. Closes issue #6 --- MANIFEST.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index f3aab910d..0d63cf170 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,12 +1,12 @@ include ChangeLog include COPYING include DEPENDS -include README* +include README README.Python3 include bin/* -include examples/* -include elisp/* -include man/* -recursive-include doc *.txt *.html +include examples/*.py examples/pylintrc examples/pylintrc_camelcase +include elisp/startup elisp/*.el +include man/*.1 +recursive-include doc *.rst *.jpeg Makefile *.html recursive-include test *.py *.txt *.txt2 *.dot *.sh include test/input/similar* noext include test/input/noext -- cgit v1.2.1