summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2009-03-25 10:30:20 +0100
committerSylvain Thénault <sylvain.thenault@logilab.fr>2009-03-25 10:30:20 +0100
commit26fe1fad35707c03677c63b5d947fe67aad7e48e (patch)
treef4881b44e05db291852afc1408147169274f1afd
parent6e0c4c11ca742c6df9b7b96f8dc17f72ddf652e9 (diff)
downloadastroid-git-26fe1fad35707c03677c63b5d947fe67aad7e48e.tar.gz
no need for a TODO file, we've the tracker
-rw-r--r--MANIFEST.in3
-rw-r--r--TODO17
2 files changed, 1 insertions, 19 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index d42af01b..0598f4e5 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,8 +2,7 @@ include ChangeLog
include README
include README._ast_compatibility
include COPYING
-include TODO
include test/fulltest.sh
-recursive-include test/data *.py
+recursive-include test/data *.py *.zip *.egg
recursive-include test/data2 *.py
recursive-include test/regrtest_data *.py
diff --git a/TODO b/TODO
deleted file mode 100644
index c2c5ebeb..00000000
--- a/TODO
+++ /dev/null
@@ -1,17 +0,0 @@
-
-TODO list
-
-ASTNG Motor
-===========
-
-Representation
---------------
-* ensure compatible representation for _nodes_ast function_factory
-
-* step forward to have more _ast like representation
-
-Refactoring
-===========
-* InferenceVisitor
-* func / arguments : cleanup methods
-