summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--MANIFEST.in10
2 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d9357acc..d5a7887e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
ChangeLog for Pylint
====================
+--
+ * bitbucket #6: put back documentation in source distribution
+
2013-04-25 -- 0.28.0
* bitbucket #1: fix "dictionary changed size during iteration" crash
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