From 7a34c6cd28697618a8b323c19d9fa27051e0a7fc Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 26 Oct 2012 17:40:38 +0200 Subject: [PATCH] add types to pypi distribution Signed-off-by: Nico Schottelius --- MANIFEST.in | 1 + docs/changelog | 3 +++ 2 files changed, 4 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index b4935a92..319dad56 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include docs/changelog docs/changelog-2.1 recursive-include docs/gfx *.png *.text recursive-include docs *.text *.html *.1 *.7 +recursive-include conf * diff --git a/docs/changelog b/docs/changelog index e691c09d..3f170057 100644 --- a/docs/changelog +++ b/docs/changelog @@ -5,6 +5,9 @@ Changelog * Exception: No braces means author == Nico Schottelius +2.1.0pre2: + * PyPi: Add conf/ directory to distribution + 2.1.0pre1: 2012-10-26 * Core: Removed obsolete variable __self * Removed type __addifnosuchline (replaced by __line)