From 8f393e4b93ded1ec71aa3da07a8bdd67c35cc99c Mon Sep 17 00:00:00 2001 From: Emile Anclin Date: Thu, 19 Mar 2009 15:25:16 +0100 Subject: fix MANIFEST.in and debian/changelog --- MANIFEST.in | 4 +++- __pkginfo__.py | 4 ++-- debian/changelog | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index a4f987c6..d42af01b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,8 @@ include ChangeLog include README -include COPYING +include README._ast_compatibility +include COPYING +include TODO include test/fulltest.sh recursive-include test/data *.py recursive-include test/data2 *.py diff --git a/__pkginfo__.py b/__pkginfo__.py index 0309727e..026748a4 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -41,8 +41,8 @@ governed by pylint's needs. It extends class defined in the compiler.ast [1] module (python <= 2.4) or in the builtin _ast module (python >= 2.5) with some additional methods and attributes. Instance attributes are added by a builder object, which can either -generate extended ast (let's call them astng ;) by visiting an existant ast tree -or by inspecting living object. Methods are added by monkey patching ast +generate extended ast (let's call them astng ;) by visiting an existant ast +tree or by inspecting living object. Methods are added by monkey patching ast classes.""" diff --git a/debian/changelog b/debian/changelog index d1ffcf01..c556fd13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,7 @@ logilab-astng (0.18.0-1) unstable; urgency=low -- Emile Anclin Thu, 19 Mar 2009 15:17:38 +0100 -logilab-astng (0.17.4-2) UNRELEASED; urgency=low +logilab-astng (0.17.4-2) unstable; urgency=low * debian/control - added ${misc:Depends} to Depends -- cgit v1.2.1