skeleton/MANIFEST.in
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Mon, 08 Dec 2008 10:12:32 +0100
changeset 184 92aebc6b533c
parent 0 b97547f5f1fa
child 325 93051a377541
permissions -rw-r--r--
fix interface_selector bug If a view using this selector defines an `accepts` attribute, the view should be selectable only if the entity is of one of the accepted types (+need to consider schema inheritance)

include *.py
include ChangeLog

recursive-include views *.py
recursive-include entities *.py
recursive-include sobjects *.py
recursive-include schema Include *.py *.sql.postgres 
recursive-include data external_resources *.gif *.png *.css *.ico *.js
recursive-include i18n *.pot *.po
recursive-include migration *.sql *.py depends.map