summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2009-03-19 15:25:16 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2009-03-19 15:25:16 +0100
commit8f393e4b93ded1ec71aa3da07a8bdd67c35cc99c (patch)
tree701a98c16cb63636905ec39685d554a42c4d9c5d
parent69ebe455d8edc0be8a9e119b3de5d62fc0914984 (diff)
downloadastroid-git-8f393e4b93ded1ec71aa3da07a8bdd67c35cc99c.tar.gz
fix MANIFEST.in and debian/changelog
-rw-r--r--MANIFEST.in4
-rw-r--r--__pkginfo__.py4
-rw-r--r--debian/changelog2
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 <emile.anclin@logilab.fr> 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