From 598201e8ca979d9bc5bd420d4090cc4a900ef872 Mon Sep 17 00:00:00 2001 From: Ionel Cristian Maries Date: Sat, 14 Feb 2015 19:05:56 +0200 Subject: Remove support for subpackage_of. Use absolute path for readme. Use absolute path for __pkginfo__.py. Graft the tests dir (via MANIFEST.in). --- MANIFEST.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index bf6d147..18480d0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,8 +7,4 @@ include examples/*.py examples/pylintrc examples/pylintrc_camelcase include elisp/startup elisp/*.el include man/*.1 recursive-include doc *.rst *.jpeg Makefile *.html *.py -recursive-include test *.py *.txt *.dot *.sh *.rc -include test/input/similar* -include test/input/noext -include test/data/ascript - +graft pylint/test -- cgit v1.2.1