diff --git a/setup.py b/setup.py index 1cfcc52..1cf54b5 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "wafl.connectors.clients", "wafl.connectors.factories", "wafl.connectors.remote", - "wafl.dataclasses", + "wafl.data_objects", "wafl.events", "wafl.extractors", "wafl.handlers", diff --git a/todo.txt b/todo.txt index 17ec607..9f93c22 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,6 @@ -* apply entailer to rule retrieval: - if more than one rule is retrieved, then the one - that is entailed by the query should be chosen +/* apply entailer to rule retrieval: +/ if more than one rule is retrieved, then the one +/ that is entailed by the query should be chosen * the answer from the indexed files should be directed from a rule. - facts and rules should live at the highest level of the retrieval